mirror of
https://github.com/strapi/strapi.git
synced 2025-07-19 07:02:26 +00:00
9 lines
162 B
Handlebars
9 lines
162 B
Handlebars
/**
|
|
*
|
|
* {{name}} constants
|
|
*
|
|
*/
|
|
|
|
// eslint-disable-next-line import/prefer-default-export
|
|
export const DEFAULT_ACTION = '{{plugin}}/{{name}}/DEFAULT_ACTION';
|