akyoscommunication / ux-editor
UX editor for Symfony
dev-main
2024-10-23 15:05 UTC
Requires
- php: >=8.3
- doctrine/orm: ^3.2
- symfony/ux-icons: ^2.19
- symfony/ux-live-component: ^2.19
Requires (Dev)
- psr/log: ^1|^2|^3
- symfony/dependency-injection: ^6.4|^7.0
- symfony/form: ^6.4|^7.0
- symfony/http-kernel: ^6.4|^7.0
- symfonycasts/tailwind-bundle: ^0.6.0
This package is auto-updated.
Last update: 2024-10-23 15:06:38 UTC
README
This bundle provides a simple way to integrate a builder with twig components in Symfony. Using LiveComponent.
// ROADMAP
- Create a simple builder
- Create a simple component
- Create a simple component with props
// TODO
- Add compilerPass to retrieve all components
- Retrieve Component name from class
- Add a way configure categories in YAML identified by a key
- Style with cols and rows
- File type with other file than image
- Continue with layers
- Render icon in the builder, iframe or render dynamically page
- Wait for UX Live component onUpdated working
- Filter fields by category
- add children to component
// IDEAS
- Try to retrieve cva for choice type
- Add a way to disable / able sub components fields ( writable: ['img' => ['src']], )