Skip to content
Snippets Groups Projects
Commit e58ab661 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add create i18n key

parent 8d0bd2e6
No related branches found
No related tags found
1 merge request!54Resolve "Remove additional fields support and re-implement additional fields in paweljong"
Pipeline #183383 passed with warnings
......@@ -6,7 +6,7 @@ import InlineCRUDList from "aleksis.core/components/generic/InlineCRUDList.vue";
<inline-c-r-u-d-list
:headers="headers"
:i18n-key="i18nKey"
create-item-i18n-key="event_additional_field.create"
create-item-i18n-key="paweljong.event_additional_field.create"
:gql-query="gqlQuery"
:gql-create-mutation="gqlCreateMutation"
:gql-patch-mutation="gqlPatchMutation"
......
......@@ -44,7 +44,8 @@
"URLFIELD": "URL / Link"
},
"required": "Required",
"help_text": "Helptext"
"help_text": "Helptext",
"create": "Create event additional field"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment