Remove placeholder setting from relationship field as it is never displayed

This commit is contained in:
Andrew Kingston 2021-02-09 14:07:33 +00:00
parent 532d568e62
commit 881303cdd3
1 changed files with 0 additions and 6 deletions

View File

@ -1294,12 +1294,6 @@
"type": "text",
"label": "Label",
"key": "label"
},
{
"type": "text",
"label": "Placeholder",
"key": "placeholder",
"placeholder": "Choose an option"
}
]
}