Skip to content

Commit

Permalink
feat(doc): Add installation documentation and list of first elements
Browse files Browse the repository at this point in the history
  • Loading branch information
welcoMattic committed Aug 5, 2024
1 parent ef86cda commit 2c2ac91
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
# SyliusUiElementsPlugin
<h1 align="center">Sylius Ui Elements for Rich Editor</h1>

Library of UiElements for RichEditor

[![Rich Editor Plugin license](https://img.shields.io/github/license/monsieurbiz/SyliusUiElementsPlugin?public)](https://github.com/monsieurbiz/SyliusUiElementsPlugin/blob/master/LICENSE.txt)
[![Tests Status](https://img.shields.io/github/actions/workflow/status/monsieurbiz/SyliusUiElementsPlugin/tests.yaml?branch=master&logo=github)](https://github.com/monsieurbiz/SyliusUiElementsPlugin/actions?query=workflow%3ATests)
[![Recipe Status](https://img.shields.io/github/actions/workflow/status/monsieurbiz/SyliusUiElementsPlugin/recipe.yaml?branch=master&label=recipes&logo=github)](https://github.com/monsieurbiz/SyliusUiElementsPlugin/actions?query=workflow%3ASecurity)
[![Security Status](https://img.shields.io/github/actions/workflow/status/monsieurbiz/SyliusUiElementsPlugin/security.yaml?branch=master&label=security&logo=github)](https://github.com/monsieurbiz/SyliusUiElementsPlugin/actions?query=workflow%3ASecurity)

Library of UiElements for [RichEditor](https://github.com/monsieurbiz/SyliusRichEditorPlugin)

## Compatibility

| Sylius Version | PHP Version |
|---|---|
| 1.12 | 8.2 |
| 1.13 | 8.2 |

## Installation

TBD
```bash
composer require monsieurbiz/sylius-ui-elements-plugin
```

Et voilà! 🎉

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

| FormType | Shop Template | Admin Template |
|--------------------|---------------------------------------------------------------|----------------------------------------------------------------|
| HeroUiElementType | src/Resources/views/Shop/UiElement/hero_ui_element.html.twig | src/Resources/views/Admin/UiElement/hero_ui_element.html.twig |
| LinksUiElementType | src/Resources/views/Shop/UiElement/links_ui_element.html.twig | src/Resources/views/Admin/UiElement/links_ui_element.html.twig |

## License

Expand Down
Empty file removed src/Controller/.gitignore
Empty file.
Empty file removed src/Entity/.gitignore
Empty file.

0 comments on commit 2c2ac91

Please sign in to comment.