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
This defines which icons will be available in the WYSIWYG editors. By default it looks like this:
46
+
47
+

48
+
49
+
If you deselect some of the entries, it can look as follows:
50
+
51
+

52
+
53
+
### Show "Insert Variable" button
54
+
55
+
This button is used to insert variable values into content, like the store name. It's not used very often so it's probably safe to disable that button.
56
+
57
+
### Show "Insert Widget" button
58
+
59
+
You only need that button if you are using Widgets (i.e. for inserting product lists, dynamic links or static blocks) in Magento CMS.
60
+
61
+
### Show "Insert Image" button
62
+
63
+
You might want to disable this button if you don't want to insert images directly into WYSIWYG fields.
64
+
31
65
## Usage
32
66
67
+
If you change anything on the configuration page and click "Save Config", the settings will be applied to all WYSIWYG fields from then on.
68
+
33
69
## Changelog
34
70
35
71
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
@@ -38,17 +74,9 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
38
74
39
75
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
40
76
41
-
## Testing
42
-
43
-
### Unit Tests
44
-
45
-
```
46
-
vendor/bin/phpunit tests/unit
47
-
```
48
-
49
77
## Security
50
78
51
-
If you discover any security related issues, please email avs@integer-net.de instead of using the issue tracker.
79
+
If you discover any security related issues, please email security@integer-net.de instead of using the issue tracker.
0 commit comments