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 @@ ...@@ -4,7 +4,8 @@
"info": { "info": {
"singularName": "amenity", "singularName": "amenity",
"pluralName": "amenities", "pluralName": "amenities",
"displayName": "Amenity" "displayName": "Amenity",
"description": ""
}, },
"options": { "options": {
"draftAndPublish": true "draftAndPublish": true
...@@ -15,11 +16,20 @@ ...@@ -15,11 +16,20 @@
"type": "string" "type": "string"
}, },
"icon": { "icon": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [ "allowedTypes": [
"images" "images"
], ]
"type": "media", },
"multiple": false "type": {
"type": "enumeration",
"enum": [
"Internal",
"External",
"Common"
]
} }
} }
} }
...@@ -44,10 +44,6 @@ ...@@ -44,10 +44,6 @@
"videos" "videos"
] ]
}, },
"details": {
"type": "richtext",
"required": true
},
"featuredOnHome": { "featuredOnHome": {
"type": "boolean", "type": "boolean",
"default": false, "default": false,
...@@ -131,6 +127,24 @@ ...@@ -131,6 +127,24 @@
"type": "uid", "type": "uid",
"targetField": "projectName", "targetField": "projectName",
"required": true "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!