mirror of
https://github.com/strapi/strapi.git
synced 2025-07-18 22:45:47 +00:00
8 lines
145 B
Handlebars
Executable File
8 lines
145 B
Handlebars
Executable File
/*
|
|
*
|
|
* {{ properCase name }} constants
|
|
*
|
|
*/
|
|
|
|
export const DEFAULT_ACTION = '{{ properCase pluginId }}/{{ properCase name }}/DEFAULT_ACTION';
|