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
### Correct `Twig\Extra\Intl\IntlExtension` and `Twig\Extra\String\StringExtension` conflict
70
72
71
-
If the recipe did not comment it, update the file `config/packages/twig.yaml` to comment or remove the `IntlExtension` declaration:
73
+
If the recipe did not comment it, update the file `config/packages/twig.yaml` to comment or remove the `IntlExtension` and `StringExtension` declarations:
72
74
73
75
```yaml
74
76
# Twig\Extra\Intl\IntlExtension: ~
77
+
#Twig\Extra\String\StringExtension: ~
75
78
```
76
79
77
80
### Install the assets
@@ -84,17 +87,8 @@ bin/console asset:install
84
87
85
88
## Use it with the [Sylius Media Manager](https://github.com/monsieurbiz/SyliusMediaManagerPlugin/)
86
89
87
-
You don't need to do something, everything is compatible.
The Media Manager is not compatible yet with Rich Editor v3.
91
+
We are doing our best to make it work with it. Stay tuned!
98
92
99
93
## Use the Rich Editor
100
94
@@ -106,11 +100,9 @@ We have an example of implementation in the [file for the test application](/dis
106
100
If your field has some data already, like some previous text before installing this plugin,
107
101
then we will convert it for you as an HTML Element which contains… HTML.
108
102
109
-

110
-
111
103
This way you will be able to use our plugin right away without risking any data lost!
112
104
113
-
To make it clear: to have rich editor for original admin fields, like _Product description_, _Taxon desription_ etc. you have to update each form type by an extension as the example shows above.
105
+
⚠️ To have rich editor for original admin fields, like _Product description_, _Taxon desription_ etc. you have to update each form type by an extension as the example shows above.
In some cases you will want to add UI elements to your content fixtures which are Rich Editor fields. If you need files in your UI elements, you can use a dedicated fixture. It is used as follows.
0 commit comments