Commit e0fd10ad by Harish Patel

Changes on project detail page

1 parent 16066801
No preview for this file type
This diff could not be displayed because it is too large.
......@@ -4,7 +4,8 @@
"info": {
"singularName": "amenity",
"pluralName": "amenities",
"displayName": "Amenity"
"displayName": "Amenity",
"description": ""
},
"options": {
"draftAndPublish": true
......@@ -15,11 +16,20 @@
"type": "string"
},
"icon": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images"
],
"type": "media",
"multiple": false
]
},
"type": {
"type": "enumeration",
"enum": [
"Internal",
"External",
"Common"
]
}
}
}
......@@ -44,10 +44,6 @@
"videos"
]
},
"details": {
"type": "richtext",
"required": true
},
"featuredOnHome": {
"type": "boolean",
"default": false,
......@@ -131,6 +127,24 @@
"type": "uid",
"targetField": "projectName",
"required": true
},
"details1": {
"type": "richtext",
"required": true
},
"details2": {
"type": "richtext",
"required": true
},
"details3": {
"type": "richtext",
"required": true
},
"storeys": {
"type": "integer"
},
"posession": {
"type": "string"
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!