Skip to content

Commit 20f660f

Browse files
author
Farzad Hayatbakhsh
committed
DOC-1928: Fix table indentations in partials/configuration
1 parent 79d5c48 commit 20f660f

17 files changed

+130
-199
lines changed

modules/ROOT/partials/configuration/advanced-typography.adoc

Lines changed: 29 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -105,92 +105,35 @@ tinymce.init({
105105

106106
[cols="1,1"]
107107
|===
108-
|Supported language |Language code
109-
110-
|Belarusian
111-
|be
112-
113-
|Bulgarian
114-
|bg
115-
116-
|Catalan
117-
|ca
118-
119-
|Czech
120-
|cs
121-
122-
|Danish
123-
|da
124-
125-
|Dutch
126-
|nl
127-
128-
|English (UK)
129-
|en-GB
130-
131-
|English (US)
132-
|en-US
133-
134-
|Esperanto
135-
|eo
136-
137-
|Estonian
138-
|et
139-
140-
|Finnish
141-
|fi
142-
143-
|German
144-
|de
145-
146-
|Greek
147-
|el
148-
149-
|Hungarian
150-
|hu
151-
152-
|Irish
153-
|ga
154-
155-
|Italian
156-
|it
157-
158-
|Latvian
159-
|lv
160-
161-
|Norwegian
162-
|no
163-
164-
|Polish
165-
|pl
166-
167-
|Romanian
168-
|ro
169-
170-
|Russian
171-
|ru
172-
173-
|Serbian
174-
|sr
175-
176-
|Slovak
177-
|sk
178-
179-
|Slovenian
180-
|sl
181-
182-
|Spanish
183-
|es
184-
185-
|Swedish
186-
|sv
187-
188-
|Turkish
189-
|tr
190-
191-
|Ukrainian
192-
|uk
193-
108+
| Supported language | Language code
109+
| Belarusian | be
110+
| Bulgarian | bg
111+
| Catalan | ca
112+
| Czech | cs
113+
| Danish | da
114+
| Dutch | nl
115+
| English (UK) | en-GB
116+
| English (US) | en-US
117+
| Esperanto | eo
118+
| Estonian | et
119+
| Finnish | fi
120+
| German | de
121+
| Greek | el
122+
| Hungarian | hu
123+
| Irish | ga
124+
| Italian | it
125+
| Latvian | lv
126+
| Norwegian | no
127+
| Polish | pl
128+
| Romanian | ro
129+
| Russian | ru
130+
| Serbian | sr
131+
| Slovak | sk
132+
| Slovenian | sl
133+
| Spanish | es
134+
| Swedish | sv
135+
| Turkish | tr
136+
| Ukrainian | uk
194137
|===
195138

196139
[[typography_rules]]

modules/ROOT/partials/configuration/advtemplate_create_category.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ The plugin uses the `advtemplate_create_category` asynchronous function to creat
88
*Input parameters:*
99
[cols="1,1,1,3",options="header"]
1010
|===
11-
|Field |Type |Required? |Description
12-
|`+title+` | `+String+` | required | The title of the category.
11+
| Field | Type | Required? | Description
12+
| `+title+` | `+String+` | required | The title of the category.
1313
|===
1414

1515
*Return data:*
1616
[cols="1,1,3",options="header"]
1717
|===
18-
|Field |Type |Description
19-
|`+id+` | `+String+` | The id of the newly created category.
18+
| Field | Type | Description
19+
| `+id+` | `+String+` | The id of the newly created category.
2020
|===
2121

2222
=== Example: using `advtemplate_create_category`

modules/ROOT/partials/configuration/advtemplate_create_template.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ The plugin uses the `advtemplate_create_template` asynchronous function to creat
88
*Input parameters:*
99
[cols="1,1,1,3",options="header"]
1010
|===
11-
|Field |Type |Required? |Description
12-
|`+title+` | `+String+` | required | The title of the template.
13-
|`+content+` | `+String+` | required | The content of the template.
14-
|`+categoryId+` | `+String+` | optional | The parent category id.
11+
| Field | Type | Required? | Description
12+
| `+title+` | `+String+` | required | The title of the template.
13+
| `+content+` | `+String+` | required | The content of the template.
14+
| `+categoryId+` | `+String+` | optional | The parent category id.
1515
|===
1616

1717
*Return data:*
1818
[cols="1,1,3",options="header"]
1919
|===
20-
|Field |Type |Description
21-
|`+id+` | `+String+` | The id of newly created template.
20+
| Field | Type | Description
21+
| `+id+` | `+String+` | The id of newly created template.
2222
|===
2323

2424
=== Example: using `advtemplate_create_template`

modules/ROOT/partials/configuration/advtemplate_delete_category.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The plugin uses the `advtemplate_delete_category` asynchronous function to delet
88
*Input parameters:*
99
[cols="1,1,1,3",options="header"]
1010
|===
11-
|Field |Type |Required? |Description
12-
|`+id+` | `+String+` | required | The id of the category to delete.
11+
| Field | Type | Required? | Description
12+
| `+id+` | `+String+` | required | The id of the category to delete.
1313
|===
1414

1515
*Return data:*

modules/ROOT/partials/configuration/advtemplate_delete_template.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The plugin uses the `advtemplate_delete_template` asynchronous function to delet
88
*Input parameters:*
99
[cols="1,1,1,3",options="header"]
1010
|===
11-
|Field |Type |Required? |Description
12-
|`+id+` | `+String+` | required | The id of the template to delete.
11+
| Field | Type | Required? | Description
12+
| `+id+` | `+String+` | required | The id of the template to delete.
1313
|===
1414

1515
*Return data:*

modules/ROOT/partials/configuration/advtemplate_get_template.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ The plugin uses the `advtemplate_get_template` asynchronous function to get a te
88
*Input parameters:*
99
[cols="1,1,1,3",options="header"]
1010
|===
11-
|Field |Type |Required? |Description
12-
|`+id+` | `+String+` | required | The id of the template to get.
11+
| Field | Type | Required? | Description
12+
| `+id+` | `+String+` | required | The id of the template to get.
1313
|===
1414

1515
*Return data:*
1616
[cols="1,1,3",options="header"]
1717
|===
18-
|Field |Type |Description
19-
|`+id+` | `+String+` | The id of the template.
20-
|`+title+` | `+String+` | The title of the template.
21-
|`+content+` | `+String+` | The content of the template.
18+
| Field | Type | Description
19+
| `+id+` | `+String+` | The id of the template.
20+
| `+title+` | `+String+` | The title of the template.
21+
| `+content+` | `+String+` | The content of the template.
2222
|===
2323

2424

modules/ROOT/partials/configuration/advtemplate_list.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The plugin uses the `advtemplate_list` asynchronous function to retrieve the tem
77

88
*Input parameters:* None
99

10-
*Return data:* `+Array+` of `+Object+` values
10+
*Return data:* `+Array+` of `+Objects+`
1111

1212
=== Example: using `advtemplate_list`
1313

modules/ROOT/partials/configuration/advtemplate_move_category_items.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The plugin uses the `advtemplate_move_category_items` asynchronous function to m
88
*Input parameters:*
99
[cols="1,1,1,3",options="header"]
1010
|===
11-
|Field |Type |Required? |Description
12-
|`+oldCategoryId+` | `+String+` | required | The id of the source category.
13-
|`+newCategoryId+` | `+String+` | optional | The id of the destination category.
11+
| Field | Type | Required? | Description
12+
| `+oldCategoryId+` | `+String+` | required | The id of the source category.
13+
| `+newCategoryId+` | `+String+` | optional | The id of the destination category.
1414
|===
1515

1616
*Return data:* Empty object `{}`

modules/ROOT/partials/configuration/advtemplate_move_template.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The plugin uses the `advtemplate_move_template` asynchronous function to move th
88
*Input parameters:*
99
[cols="1,1,1,3",options="header"]
1010
|===
11-
|Field |Type |Required? |Description
12-
|`+templateId+` | `+String+` | required | The id of the template to move.
13-
|`+newCategoryId+` | `+String+` | optional | The id of the destination category.
11+
| Field | Type | Required? | Description
12+
| `+templateId+` | `+String+` | required | The id of the template to move.
13+
| `+newCategoryId+`| `+String+` | optional | The id of the destination category.
1414
|===
1515

1616
*Return data:* Empty object `{}`

modules/ROOT/partials/configuration/advtemplate_rename_category.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The plugin uses the `advtemplate_rename_category` asynchronous function to renam
88
*Input parameters:*
99
[cols="1,1,1,3",options="header"]
1010
|===
11-
|Field |Type |Required? |Description
12-
|`+id+` | `+String+` | required | The id of the category to rename.
13-
|`+title+` | `+String+` | required | New category title.
11+
| Field | Type | Required? | Description
12+
| `+id+` | `+String+` | required | The id of the category to rename.
13+
| `+title+`| `+String+` | required | New category title.
1414
|===
1515

1616
*Return data:* Empty object `{}`

0 commit comments

Comments
 (0)