node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
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'
};
export { HOOKS };
//# sourceMappingURL=hooks.mjs.map