Skip to content

monsieurbiz/SyliusUiElementsPlugin

Repository files navigation

Sylius Ui Elements for Rich Editor

Ui Elements Plugin license Tests Status Recipe Status Security Status

Library of UiElements for RichEditor

Compatibility

Sylius Version PHP Version
1.12 8.2
1.13 8.2

Installation

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-rich-editor-plugin

Et voilà! 🎉

Now, you have access to a set of UiElements for RichEditor.

Wireframes

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/;

License

This plugin is under the MIT license. Please see the LICENSE file for more information.