Files
piratepoet/mailpoet/tasks/automation/templates/frontend-free.tsx.tmpl
2023-10-09 10:06:56 +02:00

21 lines
411 B
Cheetah

import { __ } from '@wordpress/i18n';
%imports%
const keywords = [
%keywords%
];
export const step: StepType = {
key: '%key%',
group: '%group%',
title: () => __('%name%', 'mailpoet'),
description: () =>
__('%description%', 'mailpoet'),
subtitle: () => %subtitle%,
keywords,
foreground: '%foreground%',
background: '%background%',
icon: () => (<></>),
edit: () => %edit%,
} as const;