project-configuration.json 779 Bytes
{
  "collectionName": "components_layout_project_configurations",
  "info": {
    "displayName": "Project Configuration",
    "icon": "bed",
    "description": ""
  },
  "options": {},
  "attributes": {
    "title": {
      "type": "string",
      "required": true
    },
    "saleableArea": {
      "type": "integer"
    },
    "carpetArea": {
      "type": "integer"
    },
    "price": {
      "type": "decimal"
    },
    "bedrooms": {
      "type": "decimal",
      "required": true,
      "max": 20,
      "min": 1
    },
    "pricePerCarpetSqft": {
      "type": "decimal"
    },
    "pricePerSaleableSqft": {
      "type": "decimal"
    },
    "unitPlanImages": {
      "type": "component",
      "repeatable": true,
      "component": "layout.project-image"
    }
  }
}