Skip to content

Commit

Permalink
refactor: rename and remove old strings
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubersilva committed Apr 12, 2024
1 parent 2543788 commit a9ea626
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ vendor
assets/dist

# POT File
languages/give-funds.pot
languages/ADDON_TEXTDOMAIN.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

0 comments on commit a9ea626

Please sign in to comment.