File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,14 +113,14 @@ The icon pack name will be used with the link:https://www.tiny.cloud/docs/tinymc
113113The `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
You can’t perform that action at this time.
0 commit comments