strapi-plugin-content-manager
Version:
A powerful UI to easily manage your data.
20 lines (17 loc) • 459 B
JavaScript
/*
*
* SET THE HOOKS TO ENABLE THE MAGIC OF STRAPI.
* -------------------------------------------
*
* Secure, customise and enhance your project by setting
* the hooks via this file.
*
*/
function lifecycles() {
// Set hooks for the AdminPage container.
// Note: we don't need to specify the first argument because we already know what "willSecure" refers to.
// this.setHooks({
// didGetSecuredData,
// });
}
export default lifecycles;