UNPKG

@spartacus/order

Version:

Order feature library for Spartacus

27 lines (26 loc) 549 B
{ "$schema": "http://json-schema.org/schema", "$id": "OrderSchematics", "title": "Order Schematics", "type": "object", "properties": { "project": { "type": "string", "description": "The name of the project.", "$default": { "$source": "projectName" } }, "lazy": { "type": "boolean", "description": "Lazy load the Order feature.", "default": true }, "features": { "type": "array", "uniqueItems": true, "default": ["Order"] } }, "required": [] }