Skip to content

Commit a5120c8

Browse files
author
Farzad Hayatbakhsh
committed
DOC-1928: Update config options part 1 (A-E)
1 parent e2265b3 commit a5120c8

File tree

183 files changed

+937
-427
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+937
-427
lines changed

antora.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ asciidoc:
2828
productname: TinyMCE
2929
productmajorversion: 7
3030
productminorversion: '7.6'
31+
branding: Build with TinyMCE
3132
##### product name in codeblock
3233
prodnamecode: tinymce
3334
#### more names

modules/ROOT/pages/advanced-typography.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The {pluginname} plugin rules are sourced from the https://github.com/typograf/t
2121

2222
However, the {pluginname} plugin only uses a sub-set of all the rules available in this library.
2323

24-
Of the librarys full https://github.com/typograf/typograf/blob/dev/docs/RULES.en-US.md[Rules of typograf] list, the {pluginname} plugin uses the following:
24+
Of the library's full https://github.com/typograf/typograf/blob/dev/docs/RULES.en-US.md[Rules of typograf] list, the {pluginname} plugin uses the following:
2525

2626
* common/space/delBeforePunctuation
2727
* common/space/afterComma
@@ -77,7 +77,7 @@ tinymce.init({
7777
selector: 'textarea', // change this value according to your HTML
7878
plugins: '{plugincode}',
7979
toolbar: '{plugincode}',
80-
typography_default_lang: [ "en-US" ], // Required to set specific typography language rules.
80+
typography_default_lang: 'en-US', // Required to set specific typography language rules.
8181
});
8282
----
8383

0 commit comments

Comments
 (0)