/** * Hook that allows to mutate the displayed headers of the list view table * @constant * @type {string} */ export const 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} */ export const 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} */ export const 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} */ export const MUTATE_SINGLE_TYPES_LINKS = 'Admin/CM/pages/App/mutate-single-types-links';