omygoodness
8 years agoMentor
How to edit default widgets?
Hi,
I am trying to find a way to edit default lithium widget called "users.widget.contact-me".
Hi omygoodness
default widget cannot be edited (at least, not the backend / frontend code). You can of course:
- Style them via CSS / SASS
- Wrap them with extra custom logic using the @override directive.
Hope this helps,