Updated component setting manifest to add placeholder/none option for Sort picker fields.
This commit is contained in:
parent
e0debf8d25
commit
3267e77c15
|
@ -3543,7 +3543,8 @@
|
||||||
{
|
{
|
||||||
"type": "field/sortable",
|
"type": "field/sortable",
|
||||||
"label": "Sort column",
|
"label": "Sort column",
|
||||||
"key": "sortColumn"
|
"key": "sortColumn",
|
||||||
|
"placeholder": "None"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "select",
|
"type": "select",
|
||||||
|
@ -4322,7 +4323,8 @@
|
||||||
{
|
{
|
||||||
"type": "field/sortable",
|
"type": "field/sortable",
|
||||||
"label": "Sort by",
|
"label": "Sort by",
|
||||||
"key": "sortColumn"
|
"key": "sortColumn",
|
||||||
|
"placeholder": "None"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "select",
|
"type": "select",
|
||||||
|
@ -4566,7 +4568,8 @@
|
||||||
{
|
{
|
||||||
"type": "field/sortable",
|
"type": "field/sortable",
|
||||||
"label": "Sort column",
|
"label": "Sort column",
|
||||||
"key": "sortColumn"
|
"key": "sortColumn",
|
||||||
|
"placeholder": "None"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "select",
|
"type": "select",
|
||||||
|
@ -4734,7 +4737,8 @@
|
||||||
{
|
{
|
||||||
"type": "field/sortable",
|
"type": "field/sortable",
|
||||||
"label": "Sort column",
|
"label": "Sort column",
|
||||||
"key": "sortColumn"
|
"key": "sortColumn",
|
||||||
|
"placeholder": "None"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "select",
|
"type": "select",
|
||||||
|
|
Loading…
Reference in New Issue