Extra field settings UI done

This commit is contained in:
Donkie
2024-01-15 22:13:55 +01:00
parent 483c48151b
commit f9787158b8
4 changed files with 199 additions and 91 deletions

View File

@@ -264,12 +264,13 @@
},
"extra_fields": {
"tab": "Extra Fields",
"description": "<p>Here you can add extra custom fields to your entities.</p><p>Once a field is added, you can not change its key or type, and for choice type fields you can not remove choices or change the multi select state. If you remove a field, the associated data for all entities will be deleted.</p><p>Extra fields can not be sorted or filtered in the table views.</p>",
"description": "<p>Here you can add extra custom fields to your entities.</p><p>Once a field is added, you can not change its key or type, and for choice type fields you can not remove choices or change the multi choice state. If you remove a field, the associated data for all entities will be deleted.</p><p>Default value is only applied to new items.</p><p>Extra fields can not be sorted or filtered in the table views.</p>",
"params": {
"key": "Key",
"name": "Name",
"field_type": "Type",
"unit": "Unit",
"order": "Order",
"default_value": "Default Value",
"choices": "Choices",
"multi_choice": "Multi Choice"
@@ -288,7 +289,9 @@
"boolean_false": "No",
"choices_missing_error": "You cannot remove choices. The following choices are missing: {{choices}}",
"non_unique_key_error": "The key must be unique.",
"key_not_changed": "Please change the key to something else."
"key_not_changed": "Please change the key to something else.",
"delete_confirm": "Delete field {{name}}?",
"delete_confirm_description": "This will delete the field and all associated data for all entities."
}
},
"documentTitle": {