You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -190,8 +194,8 @@ or Twig Template instead of doing so in your `tinymce.yaml` configuration file.
190
194
191
195
### Using your configuration in Twig templates
192
196
193
-
If you need to use your configurations in a Twig template, you can use the
194
-
`tinymce_attributes()`function, which accepts an optional array of custom
197
+
If you need to use your configurations in a Twig template, you can use the
198
+
`tinymce_attributes()`function, which accepts an optional array of custom
195
199
attributes that take priority over the default configuration.
196
200
197
201
Here is an example:
@@ -210,14 +214,14 @@ File uploads are not handled by default, as the process will vary from project t
210
214
211
215
To set this up, take a look at [Tiny's web component file upload documentation](https://www.tiny.cloud/docs/tinymce/6/webcomponent-ref/#setting-the-images-upload-url).
212
216
213
-
To help you get started, we have provided an example of what the implementation may look like.
217
+
To help you get started, we have provided an example of what the implementation may look like.
214
218
You can find this example in [`docs/file-upload-example.md`](./docs/file-upload-example.md).
215
219
216
220
## Commercial TinyMCE License Key
217
221
218
222
By default, this bundle sets you up to use the GPL licensed version of TinyMCE.
219
223
220
-
If you have a commercial license that you would like to use instead, you must
224
+
If you have a commercial license that you would like to use instead, you must
221
225
provide the `license_key` to the global TinyMCE configuration extras, like so:
0 commit comments