Commit b176e360 by Harish Patel

changes around project schema

1 parent d1b50895
...@@ -118,6 +118,13 @@ ...@@ -118,6 +118,13 @@
"type": "relation", "type": "relation",
"relation": "oneToMany", "relation": "oneToMany",
"target": "api::amenity.amenity" "target": "api::amenity.amenity"
},
"priceTitle": {
"type": "string",
"required": true
},
"offersText": {
"type": "richtext"
} }
} }
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!