Skip to content

Commit

Permalink
add flexibility to menuitems formwidget
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Oct 23, 2024
1 parent 91feaa5 commit 2236a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions formwidgets/menuitems/partials/_menuitems.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
class="layout-absolute"
data-control="menu-item-editor"
data-alias="<?= $this->alias ?>"
data-field-name="<?= $this->getFieldName() ?>"
data-item-properties="<?= e($itemProperties) ?>"
data-storage-media-path="<?= url(Config::get('cms.storage.media.path')); ?>"
>
Expand Down

0 comments on commit 2236a1e

Please sign in to comment.