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