UX editor for Symfony

dev-main 2024-10-23 15:05 UTC

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']], )