grandnode / grandnode2

Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
https://grandnode.com/
GNU General Public License v3.0
1.05k stars 431 forks source link

Fixed some Widget Zone in Vendor part that was using vc:admin-widget … #487

Closed bondazzi closed 3 months ago

bondazzi commented 3 months ago

Issue

Was not possible to add Widget Plugin in:

Solution

Changed <vc:admin-widget widget-zone="..." additional-data="Model"/> To <vc:vendor-widget widget-zone="..." additional-data="Model" />

Breaking changes

If you have a breaking changes, list them here, otherwise list none.

Testing

  1. Try to add a Widget Plugin in zones above
KrzysztofPajak commented 3 months ago

@bondazzi Thanks for contributing!