We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19afa4a commit af7ed89Copy full SHA for af7ed89
modules/ROOT/partials/configuration/dialog_align.adoc
@@ -29,17 +29,17 @@ tinymce.activeEditor.windowManager.open({
29
body: {
30
type: 'panel', // The root body type - a Panel or TabPanel
31
items: [
32
- {
33
- type: 'label', // component type
34
- label: 'Caption', // text for the group label
35
- align: 'end',
36
- items: [
37
38
- type: 'htmlpanel', // an HTML panel component
39
- html: 'Panel content goes here.'
40
- }
41
- ]
42
+ {
+ type: 'label', // component type
+ label: 'Caption', // text for the group label
+ align: 'end',
+ items: [
+ type: 'htmlpanel', // an HTML panel component
+ html: 'Panel content goes here.'
+ }
+ ]
43
]
44
},
45
buttons: [ // A list of footer buttons
0 commit comments