Skip to content

Commit 395d36a

Browse files
committed
DOC-2711: Update var values for tinymce.
1 parent aa2a395 commit 395d36a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/creating-an-icon-pack.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ The icon pack name will be used with the link:https://www.tiny.cloud/docs/tinymc
113113
The `iconPackName` field in `package.json` is essential for the build process. This field:
114114
115115
* Defines the name that will be used in the generated `icons.js` file
116-
* Must match the name you use in the `icons` option when initializing TinyMCE
116+
* Must match the name you use in the `icons` option when initializing {productname}
117117
* Is used by the build system to create the proper directory structure
118118
* If missing or incorrect, the icon pack will not work properly
119119
120120
*Example:*
121121
122122
* `package.json` contains: `"iconPackName": "my_icon_pack"`
123-
* TinyMCE config uses: `icons: 'my_icon_pack'`
123+
* {productname} config uses: `icons: 'my_icon_pack'`
124124
* Generated file: `tinymce.IconManager.add('my_icon_pack', {...})`
125125
====
126126

0 commit comments

Comments
 (0)