Files
pole-book/server/node_modules/@strapi/content-manager/dist/admin/constants/hooks.js

28 lines
886 B
JavaScript

'use strict';
const HOOKS = {
/**
* Hook that allows to mutate the displayed headers of the list view table
* @constant
* @type {string}
*/ INJECT_COLUMN_IN_TABLE: 'Admin/CM/pages/ListView/inject-column-in-table',
/**
* Hook that allows to mutate the CM's collection types links pre-set filters
* @constant
* @type {string}
*/ MUTATE_COLLECTION_TYPES_LINKS: 'Admin/CM/pages/App/mutate-collection-types-links',
/**
* Hook that allows to mutate the CM's edit view layout
* @constant
* @type {string}
*/ MUTATE_EDIT_VIEW_LAYOUT: 'Admin/CM/pages/EditView/mutate-edit-view-layout',
/**
* Hook that allows to mutate the CM's single types links pre-set filters
* @constant
* @type {string}
*/ MUTATE_SINGLE_TYPES_LINKS: 'Admin/CM/pages/App/mutate-single-types-links'
};
exports.HOOKS = HOOKS;
//# sourceMappingURL=hooks.js.map