Skip to content

Commit

Permalink
Replace objectForm usage for object-form
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiclord committed Apr 16, 2018
1 parent b539868 commit 4695de4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion metadata/admin/charcoal/cms/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
},
"widgets": {
"form": {
"type": "charcoal/admin/widget/objectForm",
"type": "charcoal/admin/widget/object-form",
"form_ident": "cms.default",
"request": "main_menu=configuration",
"group_display_mode": "tab"
Expand Down
2 changes: 1 addition & 1 deletion metadata/admin/charcoal/cms/event-interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"widgets": {
"form": {
"priority": 10,
"type": "charcoal/admin/widget/objectForm",
"type": "charcoal/admin/widget/object-form",
"form_ident": "cms.default",
"group_display_mode": "tab"
}
Expand Down
2 changes: 1 addition & 1 deletion metadata/admin/charcoal/cms/event.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"widgets": {
"form": {
"type": "charcoal/admin/widget/objectForm",
"type": "charcoal/admin/widget/object-form",
"form_ident": "default",
"obj_type": "charcoal/cms/event"
}
Expand Down
2 changes: 1 addition & 1 deletion metadata/admin/charcoal/cms/news-category.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"widgets": {
"form": {
"type": "charcoal/admin/widget/objectForm",
"type": "charcoal/admin/widget/object-form",
"form_ident": "default"
}
}
Expand Down
2 changes: 1 addition & 1 deletion metadata/admin/charcoal/cms/news-interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"widgets": {
"form": {
"priority": 10,
"type": "charcoal/admin/widget/objectForm",
"type": "charcoal/admin/widget/object-form",
"form_ident": "cms.default",
"group_display_mode": "tab"
}
Expand Down
2 changes: 1 addition & 1 deletion metadata/admin/charcoal/cms/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"widgets": {
"form": {
"type": "charcoal/admin/widget/objectForm",
"type": "charcoal/admin/widget/object-form",
"form_ident": "default",
"obj_type": "charcoal/cms/news"
}
Expand Down
2 changes: 1 addition & 1 deletion metadata/admin/charcoal/cms/section-interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
"widgets": {
"form": {
"priority": 10,
"type": "charcoal/admin/widget/objectForm",
"type": "charcoal/admin/widget/object-form",
"form_ident": "cms.default",
"group_display_mode": "tab"
}
Expand Down
2 changes: 1 addition & 1 deletion metadata/admin/charcoal/cms/section.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"widgets": {
"form": {
"type": "charcoal/admin/widget/objectForm",
"type": "charcoal/admin/widget/object-form",
"form_ident": "default",
"obj_type": "charcoal/cms/section"
}
Expand Down
2 changes: 1 addition & 1 deletion metadata/admin/charcoal/cms/tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"widgets": {
"form": {
"type": "charcoal/admin/widget/objectForm",
"type": "charcoal/admin/widget/object-form",
"form_ident": "default",
"obj_type": "charcoal/cms/tag"
}
Expand Down

0 comments on commit 4695de4

Please sign in to comment.