sitegeist / inspectorgadget
Edit value objects in the inspector
Installs: 17 745
Dependents: 2
Suggesters: 0
Security: 0
Stars: 13
Watchers: 6
Forks: 4
Open Issues: 5
Language:JavaScript
Type:neos-plugin
Requires
- neos/neos: ^8.0
Requires (Dev)
- jangregor/phpstan-prophecy: ^0.8.0
- mikey179/vfsstream: ^1.6
- neos/buildessentials: ^6.3
- phpstan/phpstan: ^0.12.82
- phpunit/phpunit: ^9.4
- spatie/phpunit-snapshot-assertions: ^4.2
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-10-19 10:13:53 UTC
README
This package provides the Neos inspector with a gadget plugin to properly handle value objects. This is aimed at more complex node type properties like postal addresses, that need combined validation and otherwise tend to clutter the inspector with all their input fields. Instead, they are rendered as a preview button and edited in an overlay using a react form component. It also supports collection types to manage multiple values in a single property.
The inspector with a PostalAddress value object and a collection of OpeningHoursSpecification value objects
The form to edit a PostalAddress value object in an overlay
Installation
composer require sitegeist/inspectorgadget
Documentation
LICENSE
see LICENSE