From a9ea6263fbd29fead0a2371b32485353b65d162d Mon Sep 17 00:00:00 2001 From: Glauber Silva Date: Fri, 12 Apr 2024 17:17:35 -0300 Subject: [PATCH] refactor: rename and remove old strings --- .gitignore | 2 +- .../js/types/GiveAddonSettingsProps.ts | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 0e5c847..fb16990 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,4 @@ vendor assets/dist # POT File -languages/give-funds.pot +languages/ADDON_TEXTDOMAIN.pot diff --git a/src/FormExtension/FormBuilder/resources/js/types/GiveAddonSettingsProps.ts b/src/FormExtension/FormBuilder/resources/js/types/GiveAddonSettingsProps.ts index 0c1af7a..602a695 100644 --- a/src/FormExtension/FormBuilder/resources/js/types/GiveAddonSettingsProps.ts +++ b/src/FormExtension/FormBuilder/resources/js/types/GiveAddonSettingsProps.ts @@ -10,23 +10,4 @@ export type GiveAddonSettingsProps = { textareaOptionSample: string; classicEditorOptionSample: string; imageSelectorOptionSample: string; - - generationMethod: string; - colorPicker: string; - templateId: string; - logoUpload: string; - companyName: string; - name: string; - addressLine1: string; - addressLine2: string; - cityStateZip: string; - displayWebsiteUrl: boolean; - emailAddress: string; - headerMessage: string; - footerMessage: string; - additionalNotes: string; - customTemplateId: string; - customTemplateName: string; - customPageSize: string; - customPdfBuilder: string; };