UX editor for Symfony

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/akyoscommunication/ux-editor

dev-main 2024-11-08 14:05 UTC

This package is auto-updated.

Last update: 2025-10-08 15:57:33 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']], )