epam / sap-commerce-intellij-idea-plugin

A plugin for integration of SAP Commerce (aka Hybris) platform with JetBrains IntelliJ IDEA
https://plugins.jetbrains.com/plugin/12867-sap-commerce-developers-toolset/
GNU Lesser General Public License v3.0
53 stars 41 forks source link

Improve CCv2 SAP Commerce Cloud manifest.json schema support #684

Closed oleksiy-dembitskyy closed 1 year ago

oleksiy-dembitskyy commented 1 year ago

For the "storefrontAddons" section in the manifest.json file, only the children "addon" and "storefront" are defined. But according to SAP documentation this section can contain "addons" and "storefronts".

mlytvyn commented 1 year ago

@oleksiy-dembitskyy , thank you for highlighting this, I'll adjust json schema in scope of the 2023.2.8 release

mlytvyn commented 1 year ago

@oleksiy-dembitskyy , done in scope of the #685 and will be available in the upcoming 2023.2.8. code completion will be added in a separate PR