Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

27 wiersze
455 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "restaurants",
  4. "info": {
  5. "name": "restaurant"
  6. },
  7. "options": {
  8. "increments": true,
  9. "timestamps": true,
  10. "draftAndPublish": true
  11. },
  12. "attributes": {
  13. "name": {
  14. "type": "string",
  15. "required": true,
  16. "unique": true
  17. },
  18. "description": {
  19. "type": "richtext"
  20. },
  21. "categories": {
  22. "via": "restaurants",
  23. "collection": "category"
  24. }
  25. }
  26. }