Skip to content

Commit af7ed89

Browse files
Fixed indent spacing in dialog_align.adoc.
1 parent 19afa4a commit af7ed89

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

modules/ROOT/partials/configuration/dialog_align.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ tinymce.activeEditor.windowManager.open({
2929
body: {
3030
type: 'panel', // The root body type - a Panel or TabPanel
3131
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-
}
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+
}
4343
]
4444
},
4545
buttons: [ // A list of footer buttons

0 commit comments

Comments
 (0)