'fcrm-email', 'label' => __('FluentCRM Email', 'fluent-crm'), 'description' => __('Reusable email sections for FluentCRM editor.', 'fluent-crm') ]; return $categories; } public function addCustomPatterns($patterns) { $patterns[] = [ 'name' => 'fcrm/intro-cta', 'title' => __('Intro + CTA', 'fluent-crm'), 'categories' => ['fcrm-email'], 'keywords' => ['intro', 'cta'], 'content' => '
' . esc_html__('Share your main message here in one short paragraph.', 'fluent-crm') . '
' . esc_html__('Choose an action:', 'fluent-crm') . '
' ]; $patterns[] = [ 'name' => 'fcrm/feature-list', 'title' => __('Feature List', 'fluent-crm'), 'categories' => ['fcrm-email'], 'keywords' => ['list', 'features'], 'content' => '' . esc_html__('Date: Monday, 10:00 AM', 'fluent-crm') . '
' . esc_html__('Location: Online', 'fluent-crm') . '
' . esc_html__('Need help? Reply to this email and our team will assist you.', 'fluent-crm') . '
' ]; return $patterns; } }