A JSON model representing Velo SPIs
-
Copy the updated
service.jsonfrom wix-code-docs and replace the correspondingservice.jsonin the corvid-spi-docs repository. -
Add the
layoutTypefield to theservice.json. For example:"layoutType": "JS"
-
Add the
memberOffield to theservice.jsonwith the EDM name (usually the folder name). For example:"memberOf": "wix-ecom"
Here is an example of how it should look:
-
Add the module prefix to all type paths. For example:
"type": "ecom-additional-fees.Options"
should be replaced by:
"type": "wix-ecom.ecom-additional-fees.Options"
Example:
-
Merge the branch into
master. -
Conenct the new SPI to the menu via the menu editor & verify & publish if needed.

