9 lines
168 B
Handlebars
Raw Normal View History

/**
2021-07-21 20:08:17 +02:00
*
2022-07-29 13:45:20 +02:00
* {{ name }} constants
2021-07-21 20:08:17 +02:00
*
*/
// eslint-disable-next-line import/prefer-default-export
2022-07-29 13:45:20 +02:00
export const DEFAULT_ACTION = '{{ plugin }}/{{ name }}/DEFAULT_ACTION';