Library of UiElements for RichEditor
Sylius Version | PHP Version |
---|---|
1.12 | 8.2 |
1.13 | 8.2 |
If you want to use our recipes, you can configure your composer.json by running:
composer config --no-plugins --json extra.symfony.endpoint '["https://api.github.com/repos/monsieurbiz/symfony-recipes/contents/index.json?ref=flex/master","flex://defaults"]'
composer require monsieurbiz/sylius-ui-elements-plugin
Et voilà! 🎉
Now, you have access to a set of UiElements for RichEditor.
They are copied while playing the recipe.
If you want to copy them manually, you can run:
mkdir -p templates/bundles/MonsieurBizSyliusRichEditorPlugin/Wireframe/;
cp -R vendor/monsieurbiz/sylius-ui-elements-plugin/src/Resources/views/Wireframe/* templates/bundles/MonsieurBizSyliusRichEditorPlugin/Wireframe/;
This plugin is under the MIT license. Please see the LICENSE file for more information.