Files
directus/src/lang/en-US/displays.json
Rijk van Zanten 24ba6c0752 [Settings] Add field setup flow (#279)
* Start on field setup modal

* Add field-setup first pane

* Add interface options support

* Use updated button to add field

* Add interface and display selection and options

* Add advanced options form

* Use field name in settings

* Hide titles when editing existing field

* Add disabled handler for next / previous

* ...

* Show error on failed saves

* Rename name to field

* Fix arrow inline styles

* Fix show-arrow

* Rework tab logic to use named tabs (makes dynamic relationship tab work)

* Make it pass tests
2020-04-01 19:06:24 -04:00

11 lines
115 B
JSON

{
"displays": {
"icon": {
"icon": "Icon"
},
"format-title": {
"format-title": "Format Title"
}
}
}