Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 2.01 KB

README.md

File metadata and controls

48 lines (31 loc) · 2.01 KB

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-ui-elements-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.