Whats define a component:
In HarmonyCMS, a component can be used with plugins, modules or standalone. A component can be by example a WYSIWYG who will replace a textarea element.
A component is defined by:
- A type (WYSIWYG, carousel, ...)
- A main class with prefix
Component
- Provide assets (css, js)
- Can be used in PHP but also in twig (has an extension)
Example here: https://github.com/FriendsOfSymfony/FOSCKEditorBundle
Whats define a component:
In HarmonyCMS, a component can be used with plugins, modules or standalone. A component can be by example a WYSIWYG who will replace a
textareaelement.A component is defined by:
Component