Skip to content

Commit

Permalink
add missing dialog tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jul 16, 2024
1 parent e9b0a55 commit c0a0777
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"sling:resourceType": "wcm/dialogs/dialog",
"tabs": {
"sling:resourceType": "wcm/dialogs/components/tabs",
"gridTab": {
"sling:resourceType": "wcm/dialogs/components/include",
"path": "/apps/typerefinery/components/dialog/tabs/grid"
},
"alignmentTab": {
"sling:resourceType": "wcm/dialogs/components/include",
"path": "/apps/typerefinery/components/dialog/tabs/alignment"
},
"styleTab": {
"sling:resourceType": "wcm/dialogs/components/include",
"path": "/apps/typerefinery/components/dialog/tabs/style"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
],
"sling:resourceType": "ws:Component",
"description": "Container for form elements",
"title": "Form Field"
"title": "Form Field",
"sling:resourceSuperType": "typerefinery/components/forms/field"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"alignmentTab": {
"sling:resourceType": "wcm/dialogs/components/include",
"path": "/apps/typerefinery/components/dialog/tabs/alignment"
},
"styleTab": {
"sling:resourceType": "wcm/dialogs/components/include",
"path": "/apps/typerefinery/components/dialog/tabs/style"
}
}
}

0 comments on commit c0a0777

Please sign in to comment.