create Transpose Words automation

This commit is contained in:
smilerz
2023-04-24 11:58:21 -05:00
parent 8fa00972bd
commit 479cf1a042
6 changed files with 56 additions and 10 deletions

View File

@@ -527,5 +527,6 @@
"plural_usage_info": "Use the plural form for units and food inside this space.",
"Create Recipe": "Create Recipe",
"Import Recipe": "Import Recipe",
"Never_Unit": "Never Unit"
"Never_Unit": "Never Unit",
"Transpose_Words": "Transpose Words"
}

View File

@@ -558,6 +558,8 @@ export class Models {
{ value: "KEYWORD_ALIAS", text: "Keyword_Alias" },
{ value: "DESCRIPTION_REPLACE", text: "Description_Replace" },
{ value: "INSTRUCTION_REPLACE", text: "Instruction_Replace" },
{ value: "NEVER_UNIT", text: "Never_Unit" },
{ value: "TRANSPOSE_WORDS", text: "Transpose_Words" },
],
field: "type",
label: "Type",