https://github.com/novactive/novaezedithelpbundle
https://github.com/novactive/novaezedithelpbundle
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/novactive/novaezedithelpbundle
- Owner: Novactive
- License: mit
- Created: 2019-06-11T08:48:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T08:42:27.000Z (over 2 years ago)
- Last Synced: 2025-02-28T00:59:46.318Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 812 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EditHelpBundle
----
This repository is what we call a "subtree split": a read-only copy of one directory of the main repository.
It is used by Composer to allow developers to depend on specific bundles.
If you want to report or contribute, you should instead open your issue on the main repository: https://github.com/Novactive/Nova-eZPlatform-Bundles
Documentation is available in this repository via `.md` files but also packaged here: https://novactive.github.io/Nova-eZPlatform-Bundles/master/CloudinaryBundle/README.md.html
----
[](https://packagist.org/packages/novactive/ezedithelpbundle)
[](https://github.com/Novactive/NovaeZEditHelpBundle/releases)
[](LICENSE)
Add a helper when editing or creating a Content. This helper allows you to display personalised text for the Content creation/edition.
This bundle actually uses the eZ Content Repository to self-document the Content form!
## Install
Add the lib to your composer.json, run `composer require novactive/ezedithelpbundle` to refresh dependencies.
Then inject the bundle in the `bundles.php` of your application.
```php
Novactive\Bundle\eZResponsiveImagesBundle\NovaeZResponsiveImagesBundle::class => [ 'all'=> true ],
```
Create the Nova eZ Help Tooltip content type:
```bash
bin/console novaezhelptooltip:create
```
## Usage
Just create a sub tree of `Nova eZ Help Tooltip` anywhere in your Content Tree. (Media is probably recommanded).
And start describing your Content Type:
![tree]
> Just follow your Content Type logic, Content > Field
Then the result is a alert message on the form page!
![example]
That's eZ helping eZ using eZ!
[tree]: bundle/Resources/doc/tree.png
[example]: bundle/Resources/doc/result.png