-
Notifications
You must be signed in to change notification settings - Fork 16
Custom Theme Frontend Tasks
Hai Huynh edited this page Jun 25, 2023
·
1 revision
Goomento allows to make a tailor made styling of widgets, therefore will be a good fit to your theme,
To do that, create directories inside your theme that will contain the custom files with the following structure.
app/design/frontend/<Vendor>/
├── <theme>/
│ ├── Goomento_PageBuilder/
│ │ ├── templates
│ │ │ ├── widgets
│ │ │ │ ├── <widget.phtml>
│ │ │── web
│ │ │ ├── css
│ │ │ │ ├── widgets
│ │ │ │ │ ├── <widget.less>
│ │ │ ├── js
│ │ │ │ ├── widgets
│ │ │ │ │ ├── <widget.js>
-
<widget.phtml>
is.phtml
file - which copied from templates directory -
<widget.less>
is.less
file - which copied from css directory -
<widget.js>
is.js
file - which copied from js directory -
For configurable of widget, check out this widget directory