sitegeist / monocle-proptypes
An addon for Sitegeist.Monocle that generates a rich prop editor configuration from PackageFactory.AtomicFusion.PropTypes
Installs: 29 292
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
Type:neos-plugin
Requires
- packagefactory/atomicfusion-proptypes: *
- sitegeist/monocle: ~7.3 || dev-master
This package is auto-updated.
Last update: 2024-10-10 16:54:00 UTC
README
An addon for Sitegeist.Monocle that generates a rich prop editor configuration from PackageFactory.AtomicFusion.PropTypes
⬇️ ⬇️ ⬇️
Sitegeist.Monocle.PropTypes is a zero-configuration addon for Sitegeist.Monocle that scans your @propTypes
annotation and provides the Monocle UI with a corresponding prop editor configuration.
Authors & Sponsors
- Wilhelm Behncke - behncke@sitegeist.de
The development and the public-releases of this package was generously sponsored by our customer https://www.cornelsen.de and our employer https://www.sitegeist.de.
Installation
composer require sitegeist/monocle-proptypes
Prop Editors
Configuration
You don't need to configure anything for Sitegeist.Monocle.PropTypes to work. In rare cases however, it might be that the PropTypes validator factory from PackageFactory.AtomicFusion.PropTypes (that is usually found under the context name PropTypes
) is linked under a different context name.
In that case, you can provide the differing context name in the configuration for this package like this:
Sitegeist: Monocle: PropTypes: fusionContextName: 'MyCustomPropTypesContext'
Contribution
We will gladly accept contributions. Please send us pull requests.
License
See LICENSE