1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-19 19:31:31 +02:00

Flextype Core: Fieldsets Content #165

- fix menu_item_target
This commit is contained in:
Awilum
2019-07-01 13:14:57 +03:00
parent 7ccb56d52d
commit 6f4de3da1a
3 changed files with 13 additions and 13 deletions

View File

@@ -49,10 +49,10 @@
"title": "admin_menu_item_target",
"type": "select",
"options": {
"self": "_self",
"blank": "_blank",
"parent": "_parent",
"top": "_top"
"_self": "_self",
"_blank": "_blank",
"_parent": "_parent",
"_top": "_top"
},
"size": "col-4"
},

View File

@@ -44,10 +44,10 @@
"title": "admin_menu_item_target",
"type": "select",
"options": {
"self": "_self",
"blank": "_blank",
"parent": "_parent",
"top": "_top"
"_self": "_self",
"_blank": "_blank",
"_parent": "_parent",
"_top": "_top"
},
"size": "col-4"
},
@@ -59,4 +59,4 @@
}
}
}
}
}

View File

@@ -59,10 +59,10 @@
"title": "admin_menu_item_target",
"type": "select",
"options": {
"self": "_self",
"blank": "_blank",
"parent": "_parent",
"top": "_top"
"_self": "_self",
"_blank": "_blank",
"_parent": "_parent",
"_top": "_top"
},
"size": "col-4"
},