title | issue | author | author_email | author_github |
---|---|---|---|---|
Make CMS module compatible with Vue3 |
NEXT-28998 |
Jannis Leifeld |
j.leifeld@shopware.com |
Jannis Leifeld |
- Changed data-mapping icon in sw-text-editor from old icon which is not available anymore to the new
regular-variables-xs
icon - Changed v-model inside the
sw-cms-slot
component to usev-model:element
at the dynamic<component :is="elementConfig.commponent" />
component - Changed v-model inside the
sw-cms-el-config-image
component to usev-model:config
at thesw-cms-mapping-field
component - Changed the v-for in the
sw-cms-el-image-gallery
for thesw-media-list-selection-item-v2
to a wrappertemplate
component - Changed v-model inside the
sw-cms-el-config-image-gallery
component to usev-model:config
at thesw-cms-mapping-field
component - Changed v-model inside the
sw-cms-el-config-text
component to usev-model:config
at thesw-cms-mapping-field
component - Changed v-model inside the
sw-cms-el-config-vimeo-video
component to usev-model:config
at thesw-cms-mapping-field
component - Changed v-model inside the
sw-cms-el-config-youtube-video
component to usev-model:config
at thesw-cms-mapping-field
component - Changed v-model inside the
sw-cms-slot
component to usev-model:element
at the dynamic<component :is="elementConfig.commponent" />
component - Changed the render methos of
sw-media-quickinfo-metadata-item
to support Vue3