SnowdogApps / magento2-menu

Provides powerful menu editor to replace category based menus in Magento 2
MIT License
296 stars 106 forks source link

add support for array-data in content #334

Open rommelfreddy opened 1 month ago

rommelfreddy commented 1 month ago

with this PR it is possible to store arrays within the content-field of the Node-Entity.

This is useful if it is required to store more information, than a single string.

this helps developer to have structured data, which has not be converted from and to json manually.