Boilerplate to use a Directus Instance to Build a Custom Website, Content will be Manage by Directus
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2341 lines
54 KiB

  1. version: 1
  2. directus: 9.0.0-rc.95
  3. collections:
  4. - collection: menu_items
  5. meta:
  6. collection: menu_items
  7. icon: null
  8. note: null
  9. display_template: null
  10. hidden: true
  11. singleton: false
  12. translations: null
  13. archive_field: null
  14. archive_app_filter: true
  15. archive_value: null
  16. unarchive_value: null
  17. sort_field: null
  18. accountability: all
  19. color: null
  20. item_duplication_fields: null
  21. schema:
  22. name: menu_items
  23. schema: db
  24. comment: ''
  25. collation: utf8_general_ci
  26. engine: InnoDB
  27. - collection: menus_menu_items
  28. meta:
  29. collection: menus_menu_items
  30. icon: import_export
  31. note: null
  32. display_template: null
  33. hidden: true
  34. singleton: false
  35. translations: null
  36. archive_field: null
  37. archive_app_filter: true
  38. archive_value: null
  39. unarchive_value: null
  40. sort_field: null
  41. accountability: all
  42. color: null
  43. item_duplication_fields: null
  44. schema:
  45. name: menus_menu_items
  46. schema: db
  47. comment: ''
  48. collation: utf8_general_ci
  49. engine: InnoDB
  50. - collection: snippets
  51. meta:
  52. collection: snippets
  53. icon: null
  54. note: null
  55. display_template: null
  56. hidden: false
  57. singleton: false
  58. translations: null
  59. archive_field: status
  60. archive_app_filter: true
  61. archive_value: archived
  62. unarchive_value: draft
  63. sort_field: sort
  64. accountability: all
  65. color: null
  66. item_duplication_fields: null
  67. schema:
  68. name: snippets
  69. schema: db
  70. comment: ''
  71. collation: utf8_general_ci
  72. engine: InnoDB
  73. - collection: posts
  74. meta:
  75. collection: posts
  76. icon: null
  77. note: null
  78. display_template: null
  79. hidden: false
  80. singleton: false
  81. translations: null
  82. archive_field: status
  83. archive_app_filter: true
  84. archive_value: archived
  85. unarchive_value: draft
  86. sort_field: null
  87. accountability: all
  88. color: null
  89. item_duplication_fields: null
  90. schema:
  91. name: posts
  92. schema: db
  93. comment: ''
  94. collation: utf8_general_ci
  95. engine: InnoDB
  96. - collection: menus
  97. meta:
  98. collection: menus
  99. icon: null
  100. note: null
  101. display_template: null
  102. hidden: false
  103. singleton: false
  104. translations: null
  105. archive_field: status
  106. archive_app_filter: true
  107. archive_value: archived
  108. unarchive_value: draft
  109. sort_field: null
  110. accountability: all
  111. color: null
  112. item_duplication_fields: null
  113. schema:
  114. name: menus
  115. schema: db
  116. comment: ''
  117. collation: utf8_general_ci
  118. engine: InnoDB
  119. - collection: pages
  120. meta:
  121. collection: pages
  122. icon: null
  123. note: null
  124. display_template: null
  125. hidden: false
  126. singleton: false
  127. translations: null
  128. archive_field: status
  129. archive_app_filter: true
  130. archive_value: archived
  131. unarchive_value: draft
  132. sort_field: null
  133. accountability: all
  134. color: null
  135. item_duplication_fields: null
  136. schema:
  137. name: pages
  138. schema: db
  139. comment: ''
  140. collation: utf8_general_ci
  141. engine: InnoDB
  142. fields:
  143. - collection: menu_items
  144. field: page
  145. type: string
  146. schema:
  147. name: page
  148. table: menu_items
  149. data_type: char
  150. default_value: null
  151. generation_expression: null
  152. max_length: 36
  153. numeric_precision: null
  154. numeric_scale: null
  155. is_generated: false
  156. is_nullable: true
  157. is_unique: false
  158. is_primary_key: false
  159. has_auto_increment: false
  160. foreign_key_column: id
  161. foreign_key_table: pages
  162. comment: ''
  163. meta:
  164. collection: menu_items
  165. field: page
  166. special: null
  167. interface: select-dropdown-m2o
  168. options:
  169. template: "{{title}} /\_{{slug}}"
  170. display: raw
  171. display_options: null
  172. readonly: false
  173. hidden: false
  174. sort: 4
  175. width: full
  176. group: null
  177. translations: null
  178. note: null
  179. conditions: null
  180. required: false
  181. - collection: menus_menu_items
  182. field: menu_items_id
  183. type: string
  184. schema:
  185. name: menu_items_id
  186. table: menus_menu_items
  187. data_type: char
  188. default_value: null
  189. generation_expression: null
  190. max_length: 36
  191. numeric_precision: null
  192. numeric_scale: null
  193. is_generated: false
  194. is_nullable: true
  195. is_unique: false
  196. is_primary_key: false
  197. has_auto_increment: false
  198. foreign_key_column: id
  199. foreign_key_table: menu_items
  200. comment: ''
  201. meta:
  202. collection: menus_menu_items
  203. field: menu_items_id
  204. special: null
  205. interface: null
  206. options: null
  207. display: null
  208. display_options: null
  209. readonly: false
  210. hidden: true
  211. sort: null
  212. width: full
  213. group: null
  214. translations: null
  215. note: null
  216. conditions: null
  217. required: false
  218. - collection: menus_menu_items
  219. field: menus_id
  220. type: string
  221. schema:
  222. name: menus_id
  223. table: menus_menu_items
  224. data_type: char
  225. default_value: null
  226. generation_expression: null
  227. max_length: 36
  228. numeric_precision: null
  229. numeric_scale: null
  230. is_generated: false
  231. is_nullable: true
  232. is_unique: false
  233. is_primary_key: false
  234. has_auto_increment: false
  235. foreign_key_column: id
  236. foreign_key_table: menus
  237. comment: ''
  238. meta:
  239. collection: menus_menu_items
  240. field: menus_id
  241. special: null
  242. interface: null
  243. options: null
  244. display: null
  245. display_options: null
  246. readonly: false
  247. hidden: true
  248. sort: null
  249. width: full
  250. group: null
  251. translations: null
  252. note: null
  253. conditions: null
  254. required: false
  255. - collection: snippets
  256. field: file
  257. type: string
  258. schema:
  259. name: file
  260. table: snippets
  261. data_type: char
  262. default_value: null
  263. generation_expression: null
  264. max_length: 36
  265. numeric_precision: null
  266. numeric_scale: null
  267. is_generated: false
  268. is_nullable: true
  269. is_unique: false
  270. is_primary_key: false
  271. has_auto_increment: false
  272. foreign_key_column: id
  273. foreign_key_table: directus_files
  274. comment: ''
  275. meta:
  276. collection: snippets
  277. field: file
  278. special: null
  279. interface: file
  280. options: null
  281. display: file
  282. display_options: null
  283. readonly: false
  284. hidden: false
  285. sort: 7
  286. width: full
  287. group: null
  288. translations: null
  289. note: null
  290. conditions: null
  291. required: false
  292. - collection: snippets
  293. field: user_created
  294. type: string
  295. schema:
  296. name: user_created
  297. table: snippets
  298. data_type: char
  299. default_value: null
  300. generation_expression: null
  301. max_length: 36
  302. numeric_precision: null
  303. numeric_scale: null
  304. is_generated: false
  305. is_nullable: true
  306. is_unique: false
  307. is_primary_key: false
  308. has_auto_increment: false
  309. foreign_key_column: id
  310. foreign_key_table: directus_users
  311. comment: ''
  312. meta:
  313. collection: snippets
  314. field: user_created
  315. special:
  316. - user-created
  317. interface: select-dropdown-m2o
  318. options:
  319. template: '{{avatar.$thumbnail}} {{first_name}} {{last_name}}'
  320. display: user
  321. display_options: null
  322. readonly: true
  323. hidden: true
  324. sort: 8
  325. width: half
  326. group: null
  327. translations: null
  328. note: null
  329. conditions: null
  330. required: false
  331. - collection: snippets
  332. field: user_updated
  333. type: string
  334. schema:
  335. name: user_updated
  336. table: snippets
  337. data_type: char
  338. default_value: null
  339. generation_expression: null
  340. max_length: 36
  341. numeric_precision: null
  342. numeric_scale: null
  343. is_generated: false
  344. is_nullable: true
  345. is_unique: false
  346. is_primary_key: false
  347. has_auto_increment: false
  348. foreign_key_column: id
  349. foreign_key_table: directus_users
  350. comment: ''
  351. meta:
  352. collection: snippets
  353. field: user_updated
  354. special:
  355. - user-updated
  356. interface: select-dropdown-m2o
  357. options:
  358. template: '{{avatar.$thumbnail}} {{first_name}} {{last_name}}'
  359. display: user
  360. display_options: null
  361. readonly: true
  362. hidden: true
  363. sort: 10
  364. width: half
  365. group: null
  366. translations: null
  367. note: null
  368. conditions: null
  369. required: false
  370. - collection: posts
  371. field: user_created
  372. type: string
  373. schema:
  374. name: user_created
  375. table: posts
  376. data_type: char
  377. default_value: null
  378. generation_expression: null
  379. max_length: 36
  380. numeric_precision: null
  381. numeric_scale: null
  382. is_generated: false
  383. is_nullable: true
  384. is_unique: false
  385. is_primary_key: false
  386. has_auto_increment: false
  387. foreign_key_column: id
  388. foreign_key_table: directus_users
  389. comment: ''
  390. meta:
  391. collection: posts
  392. field: user_created
  393. special:
  394. - user-created
  395. interface: select-dropdown-m2o
  396. options:
  397. template: '{{avatar.$thumbnail}} {{first_name}} {{last_name}}'
  398. display: user
  399. display_options: null
  400. readonly: true
  401. hidden: true
  402. sort: null
  403. width: half
  404. group: null
  405. translations: null
  406. note: null
  407. conditions: null
  408. required: false
  409. - collection: posts
  410. field: user_updated
  411. type: string
  412. schema:
  413. name: user_updated
  414. table: posts
  415. data_type: char
  416. default_value: null
  417. generation_expression: null
  418. max_length: 36
  419. numeric_precision: null
  420. numeric_scale: null
  421. is_generated: false
  422. is_nullable: true
  423. is_unique: false
  424. is_primary_key: false
  425. has_auto_increment: false
  426. foreign_key_column: id
  427. foreign_key_table: directus_users
  428. comment: ''
  429. meta:
  430. collection: posts
  431. field: user_updated
  432. special:
  433. - user-updated
  434. interface: select-dropdown-m2o
  435. options:
  436. template: '{{avatar.$thumbnail}} {{first_name}} {{last_name}}'
  437. display: user
  438. display_options: null
  439. readonly: true
  440. hidden: true
  441. sort: null
  442. width: half
  443. group: null
  444. translations: null
  445. note: null
  446. conditions: null
  447. required: false
  448. - collection: menus
  449. field: user_created
  450. type: string
  451. schema:
  452. name: user_created
  453. table: menus
  454. data_type: char
  455. default_value: null
  456. generation_expression: null
  457. max_length: 36
  458. numeric_precision: null
  459. numeric_scale: null
  460. is_generated: false
  461. is_nullable: true
  462. is_unique: false
  463. is_primary_key: false
  464. has_auto_increment: false
  465. foreign_key_column: id
  466. foreign_key_table: directus_users
  467. comment: ''
  468. meta:
  469. collection: menus
  470. field: user_created
  471. special:
  472. - user-created
  473. interface: select-dropdown-m2o
  474. options:
  475. template: '{{avatar.$thumbnail}} {{first_name}} {{last_name}}'
  476. display: user
  477. display_options: null
  478. readonly: true
  479. hidden: true
  480. sort: 6
  481. width: half
  482. group: null
  483. translations: null
  484. note: null
  485. conditions: null
  486. required: false
  487. - collection: menus
  488. field: user_updated
  489. type: string
  490. schema:
  491. name: user_updated
  492. table: menus
  493. data_type: char
  494. default_value: null
  495. generation_expression: null
  496. max_length: 36
  497. numeric_precision: null
  498. numeric_scale: null
  499. is_generated: false
  500. is_nullable: true
  501. is_unique: false
  502. is_primary_key: false
  503. has_auto_increment: false
  504. foreign_key_column: id
  505. foreign_key_table: directus_users
  506. comment: ''
  507. meta:
  508. collection: menus
  509. field: user_updated
  510. special:
  511. - user-updated
  512. interface: select-dropdown-m2o
  513. options:
  514. template: '{{avatar.$thumbnail}} {{first_name}} {{last_name}}'
  515. display: user
  516. display_options: null
  517. readonly: true
  518. hidden: true
  519. sort: 8
  520. width: half
  521. group: null
  522. translations: null
  523. note: null
  524. conditions: null
  525. required: false
  526. - collection: pages
  527. field: media_hero
  528. type: string
  529. schema:
  530. name: media_hero
  531. table: pages
  532. data_type: char
  533. default_value: null
  534. generation_expression: null
  535. max_length: 36
  536. numeric_precision: null
  537. numeric_scale: null
  538. is_generated: false
  539. is_nullable: true
  540. is_unique: false
  541. is_primary_key: false
  542. has_auto_increment: false
  543. foreign_key_column: id
  544. foreign_key_table: directus_files
  545. comment: ''
  546. meta:
  547. collection: pages
  548. field: media_hero
  549. special: null
  550. interface: file-image
  551. options: null
  552. display: image
  553. display_options:
  554. circle: true
  555. readonly: false
  556. hidden: false
  557. sort: 5
  558. width: full
  559. group: null
  560. translations: null
  561. note: null
  562. conditions: null
  563. required: false
  564. - collection: pages
  565. field: media_teaser
  566. type: string
  567. schema:
  568. name: media_teaser
  569. table: pages
  570. data_type: char
  571. default_value: null
  572. generation_expression: null
  573. max_length: 36
  574. numeric_precision: null
  575. numeric_scale: null
  576. is_generated: false
  577. is_nullable: true
  578. is_unique: false
  579. is_primary_key: false
  580. has_auto_increment: false
  581. foreign_key_column: id
  582. foreign_key_table: directus_files
  583. comment: ''
  584. meta:
  585. collection: pages
  586. field: media_teaser
  587. special: null
  588. interface: file-image
  589. options: null
  590. display: image
  591. display_options: null
  592. readonly: false
  593. hidden: false
  594. sort: 4
  595. width: full
  596. group: null
  597. translations: null
  598. note: null
  599. conditions: null
  600. required: false
  601. - collection: pages
  602. field: user_created
  603. type: string
  604. schema:
  605. name: user_created
  606. table: pages
  607. data_type: char
  608. default_value: null
  609. generation_expression: null
  610. max_length: 36
  611. numeric_precision: null
  612. numeric_scale: null
  613. is_generated: false
  614. is_nullable: true
  615. is_unique: false
  616. is_primary_key: false
  617. has_auto_increment: false
  618. foreign_key_column: id
  619. foreign_key_table: directus_users
  620. comment: ''
  621. meta:
  622. collection: pages
  623. field: user_created
  624. special:
  625. - user-created
  626. interface: select-dropdown-m2o
  627. options:
  628. template: '{{avatar.$thumbnail}} {{first_name}} {{last_name}}'
  629. display: user
  630. display_options: null
  631. readonly: true
  632. hidden: true
  633. sort: 10
  634. width: half
  635. group: null
  636. translations: null
  637. note: null
  638. conditions: null
  639. required: false
  640. - collection: pages
  641. field: user_updated
  642. type: string
  643. schema:
  644. name: user_updated
  645. table: pages
  646. data_type: char
  647. default_value: null
  648. generation_expression: null
  649. max_length: 36
  650. numeric_precision: null
  651. numeric_scale: null
  652. is_generated: false
  653. is_nullable: true
  654. is_unique: false
  655. is_primary_key: false
  656. has_auto_increment: false
  657. foreign_key_column: id
  658. foreign_key_table: directus_users
  659. comment: ''
  660. meta:
  661. collection: pages
  662. field: user_updated
  663. special:
  664. - user-updated
  665. interface: select-dropdown-m2o
  666. options:
  667. template: '{{avatar.$thumbnail}} {{first_name}} {{last_name}}'
  668. display: user
  669. display_options: null
  670. readonly: true
  671. hidden: true
  672. sort: 12
  673. width: half
  674. group: null
  675. translations: null
  676. note: null
  677. conditions: null
  678. required: false
  679. - collection: menu_items
  680. field: id
  681. type: uuid
  682. schema:
  683. name: id
  684. table: menu_items
  685. data_type: char
  686. default_value: null
  687. generation_expression: null
  688. max_length: 36
  689. numeric_precision: null
  690. numeric_scale: null
  691. is_generated: false
  692. is_nullable: false
  693. is_unique: false
  694. is_primary_key: true
  695. has_auto_increment: false
  696. foreign_key_column: null
  697. foreign_key_table: null
  698. comment: ''
  699. meta:
  700. collection: menu_items
  701. field: id
  702. special:
  703. - uuid
  704. interface: input
  705. options: null
  706. display: null
  707. display_options: null
  708. readonly: true
  709. hidden: true
  710. sort: 1
  711. width: full
  712. group: null
  713. translations: null
  714. note: null
  715. conditions: null
  716. required: false
  717. - collection: menus_menu_items
  718. field: id
  719. type: integer
  720. schema:
  721. name: id
  722. table: menus_menu_items
  723. data_type: int unsigned
  724. default_value: null
  725. generation_expression: null
  726. max_length: null
  727. numeric_precision: 10
  728. numeric_scale: 0
  729. is_generated: false
  730. is_nullable: false
  731. is_unique: false
  732. is_primary_key: true
  733. has_auto_increment: true
  734. foreign_key_column: null
  735. foreign_key_table: null
  736. comment: ''
  737. meta:
  738. collection: menus_menu_items
  739. field: id
  740. special: null
  741. interface: null
  742. options: null
  743. display: null
  744. display_options: null
  745. readonly: false
  746. hidden: true
  747. sort: null
  748. width: full
  749. group: null
  750. translations: null
  751. note: null
  752. conditions: null
  753. required: false
  754. - collection: snippets
  755. field: id
  756. type: uuid
  757. schema:
  758. name: id
  759. table: snippets
  760. data_type: char
  761. default_value: null
  762. generation_expression: null
  763. max_length: 36
  764. numeric_precision: null
  765. numeric_scale: null
  766. is_generated: false
  767. is_nullable: false
  768. is_unique: false
  769. is_primary_key: true
  770. has_auto_increment: false
  771. foreign_key_column: null
  772. foreign_key_table: null
  773. comment: ''
  774. meta:
  775. collection: snippets
  776. field: id
  777. special:
  778. - uuid
  779. interface: input
  780. options: null
  781. display: null
  782. display_options: null
  783. readonly: true
  784. hidden: true
  785. sort: 1
  786. width: full
  787. group: null
  788. translations: null
  789. note: null
  790. conditions: null
  791. required: false
  792. - collection: posts
  793. field: id
  794. type: uuid
  795. schema:
  796. name: id
  797. table: posts
  798. data_type: char
  799. default_value: null
  800. generation_expression: null
  801. max_length: 36
  802. numeric_precision: null
  803. numeric_scale: null
  804. is_generated: false
  805. is_nullable: false
  806. is_unique: false
  807. is_primary_key: true
  808. has_auto_increment: false
  809. foreign_key_column: null
  810. foreign_key_table: null
  811. comment: ''
  812. meta:
  813. collection: posts
  814. field: id
  815. special:
  816. - uuid
  817. interface: input
  818. options: null
  819. display: null
  820. display_options: null
  821. readonly: true
  822. hidden: true
  823. sort: null
  824. width: full
  825. group: null
  826. translations: null
  827. note: null
  828. conditions: null
  829. required: false
  830. - collection: posts
  831. field: title
  832. type: string
  833. schema:
  834. name: title
  835. table: posts
  836. data_type: varchar
  837. default_value: null
  838. generation_expression: null
  839. max_length: 255
  840. numeric_precision: null
  841. numeric_scale: null
  842. is_generated: false
  843. is_nullable: false
  844. is_unique: true
  845. is_primary_key: false
  846. has_auto_increment: false
  847. foreign_key_column: null
  848. foreign_key_table: null
  849. comment: ''
  850. meta:
  851. collection: posts
  852. field: title
  853. special: null
  854. interface: input
  855. options:
  856. trim: true
  857. display: raw
  858. display_options: null
  859. readonly: false
  860. hidden: false
  861. sort: null
  862. width: full
  863. group: null
  864. translations: null
  865. note: null
  866. conditions: null
  867. required: false
  868. - collection: posts
  869. field: slug
  870. type: string
  871. schema:
  872. name: slug
  873. table: posts
  874. data_type: varchar
  875. default_value: null
  876. generation_expression: null
  877. max_length: 255
  878. numeric_precision: null
  879. numeric_scale: null
  880. is_generated: false
  881. is_nullable: false
  882. is_unique: true
  883. is_primary_key: false
  884. has_auto_increment: false
  885. foreign_key_column: null
  886. foreign_key_table: null
  887. comment: ''
  888. meta:
  889. collection: posts
  890. field: slug
  891. special: null
  892. interface: input
  893. options:
  894. slug: true
  895. trim: true
  896. display: raw
  897. display_options: null
  898. readonly: false
  899. hidden: false
  900. sort: null
  901. width: full
  902. group: null
  903. translations: null
  904. note: null
  905. conditions: null
  906. required: false
  907. - collection: menus
  908. field: id
  909. type: uuid
  910. schema:
  911. name: id
  912. table: menus
  913. data_type: char
  914. default_value: null
  915. generation_expression: null
  916. max_length: 36
  917. numeric_precision: null
  918. numeric_scale: null
  919. is_generated: false
  920. is_nullable: false
  921. is_unique: false
  922. is_primary_key: true
  923. has_auto_increment: false
  924. foreign_key_column: null
  925. foreign_key_table: null
  926. comment: ''
  927. meta:
  928. collection: menus
  929. field: id
  930. special:
  931. - uuid
  932. interface: input
  933. options: null
  934. display: null
  935. display_options: null
  936. readonly: true
  937. hidden: true
  938. sort: 1
  939. width: full
  940. group: null
  941. translations: null
  942. note: null
  943. conditions: null
  944. required: false
  945. - collection: menus
  946. field: name
  947. type: string
  948. schema:
  949. name: name
  950. table: menus
  951. data_type: varchar
  952. default_value: null
  953. generation_expression: null
  954. max_length: 255
  955. numeric_precision: null
  956. numeric_scale: null
  957. is_generated: false
  958. is_nullable: false
  959. is_unique: true
  960. is_primary_key: false
  961. has_auto_increment: false
  962. foreign_key_column: null
  963. foreign_key_table: null
  964. comment: ''
  965. meta:
  966. collection: menus
  967. field: name
  968. special: null
  969. interface: input
  970. options:
  971. trim: true
  972. display: null
  973. display_options: null
  974. readonly: false
  975. hidden: false
  976. sort: 2
  977. width: full
  978. group: null
  979. translations: null
  980. note: null
  981. conditions: null
  982. required: true
  983. - collection: pages
  984. field: id
  985. type: uuid
  986. schema:
  987. name: id
  988. table: pages
  989. data_type: char
  990. default_value: null
  991. generation_expression: null
  992. max_length: 36
  993. numeric_precision: null
  994. numeric_scale: null
  995. is_generated: false
  996. is_nullable: false
  997. is_unique: false
  998. is_primary_key: true
  999. has_auto_increment: false
  1000. foreign_key_column: null
  1001. foreign_key_table: null
  1002. comment: ''
  1003. meta:
  1004. collection: pages
  1005. field: id
  1006. special:
  1007. - uuid
  1008. interface: input
  1009. options: null
  1010. display: null
  1011. display_options: null
  1012. readonly: true
  1013. hidden: true
  1014. sort: 1
  1015. width: full
  1016. group: null
  1017. translations: null
  1018. note: null
  1019. conditions: null
  1020. required: false
  1021. - collection: pages
  1022. field: slug
  1023. type: string
  1024. schema:
  1025. name: slug
  1026. table: pages
  1027. data_type: varchar
  1028. default_value: null
  1029. generation_expression: null
  1030. max_length: 255
  1031. numeric_precision: null
  1032. numeric_scale: null
  1033. is_generated: false
  1034. is_nullable: true
  1035. is_unique: true
  1036. is_primary_key: false
  1037. has_auto_increment: false
  1038. foreign_key_column: null
  1039. foreign_key_table: null
  1040. comment: ''
  1041. meta:
  1042. collection: pages
  1043. field: slug
  1044. special: null
  1045. interface: input
  1046. options:
  1047. slug: true
  1048. trim: true
  1049. display: raw
  1050. display_options: null
  1051. readonly: false
  1052. hidden: false
  1053. sort: 3
  1054. width: full
  1055. group: null
  1056. translations: null
  1057. note: null
  1058. conditions: null
  1059. required: false
  1060. - collection: menu_items
  1061. field: title
  1062. type: string
  1063. schema:
  1064. name: title
  1065. table: menu_items
  1066. data_type: varchar
  1067. default_value: null
  1068. generation_expression: null
  1069. max_length: 255
  1070. numeric_precision: null
  1071. numeric_scale: null
  1072. is_generated: false
  1073. is_nullable: true
  1074. is_unique: false
  1075. is_primary_key: false
  1076. has_auto_increment: false
  1077. foreign_key_column: null
  1078. foreign_key_table: null
  1079. comment: ''
  1080. meta:
  1081. collection: menu_items
  1082. field: title
  1083. special: null
  1084. interface: input
  1085. options:
  1086. trim: true
  1087. display: raw
  1088. display_options: null
  1089. readonly: false
  1090. hidden: false
  1091. sort: 2
  1092. width: full
  1093. group: null
  1094. translations: null
  1095. note: null
  1096. conditions: null
  1097. required: false
  1098. - collection: menu_items
  1099. field: url
  1100. type: string
  1101. schema:
  1102. name: url
  1103. table: menu_items
  1104. data_type: varchar
  1105. default_value: null
  1106. generation_expression: null
  1107. max_length: 255
  1108. numeric_precision: null
  1109. numeric_scale: null
  1110. is_generated: false
  1111. is_nullable: true
  1112. is_unique: false
  1113. is_primary_key: false
  1114. has_auto_increment: false
  1115. foreign_key_column: null
  1116. foreign_key_table: null
  1117. comment: ''
  1118. meta:
  1119. collection: menu_items
  1120. field: url
  1121. special: null
  1122. interface: input
  1123. options:
  1124. trim: true
  1125. display: raw
  1126. display_options: null
  1127. readonly: false
  1128. hidden: false
  1129. sort: 5
  1130. width: full
  1131. group: null
  1132. translations: null
  1133. note: null
  1134. conditions: null
  1135. required: false
  1136. - collection: menu_items
  1137. field: target
  1138. type: string
  1139. schema:
  1140. name: target
  1141. table: menu_items
  1142. data_type: varchar
  1143. default_value: null
  1144. generation_expression: null
  1145. max_length: 255
  1146. numeric_precision: null
  1147. numeric_scale: null
  1148. is_generated: false
  1149. is_nullable: true
  1150. is_unique: false
  1151. is_primary_key: false
  1152. has_auto_increment: false
  1153. foreign_key_column: null
  1154. foreign_key_table: null
  1155. comment: ''
  1156. meta:
  1157. collection: menu_items
  1158. field: target
  1159. special: null
  1160. interface: select-dropdown
  1161. options:
  1162. choices:
  1163. - text: New tab
  1164. value: _blank
  1165. allowOther: true
  1166. display: raw
  1167. display_options: null
  1168. readonly: false
  1169. hidden: false
  1170. sort: 3
  1171. width: full
  1172. group: null
  1173. translations: null
  1174. note: null
  1175. conditions: null
  1176. required: false
  1177. - collection: snippets
  1178. field: status
  1179. type: string
  1180. schema:
  1181. name: status
  1182. table: snippets
  1183. data_type: varchar
  1184. default_value: draft
  1185. generation_expression: null
  1186. max_length: 255
  1187. numeric_precision: null
  1188. numeric_scale: null
  1189. is_generated: false
  1190. is_nullable: false
  1191. is_unique: false
  1192. is_primary_key: false
  1193. has_auto_increment: false
  1194. foreign_key_column: null
  1195. foreign_key_table: null
  1196. comment: ''
  1197. meta:
  1198. collection: snippets
  1199. field: status
  1200. special: null
  1201. interface: select-dropdown
  1202. options:
  1203. choices:
  1204. - text: $t:published
  1205. value: published
  1206. - text: $t:draft
  1207. value: draft
  1208. - text: $t:archived
  1209. value: archived
  1210. display: labels
  1211. display_options:
  1212. showAsDot: true
  1213. choices:
  1214. - background: '#00C897'
  1215. value: published
  1216. - background: '#D3DAE4'
  1217. value: draft
  1218. - background: '#F7971C'
  1219. value: archived
  1220. readonly: false
  1221. hidden: false
  1222. sort: 4
  1223. width: full
  1224. group: null
  1225. translations: null
  1226. note: null
  1227. conditions: null
  1228. required: false
  1229. - collection: snippets
  1230. field: sort
  1231. type: integer
  1232. schema:
  1233. name: sort
  1234. table: snippets
  1235. data_type: int
  1236. default_value: null
  1237. generation_expression: null
  1238. max_length: null
  1239. numeric_precision: 10
  1240. numeric_scale: 0
  1241. is_generated: false
  1242. is_nullable: true
  1243. is_unique: false
  1244. is_primary_key: false
  1245. has_auto_increment: false
  1246. foreign_key_column: null
  1247. foreign_key_table: null
  1248. comment: ''
  1249. meta:
  1250. collection: snippets
  1251. field: sort
  1252. special: null
  1253. interface: input
  1254. options: null
  1255. display: null
  1256. display_options: null
  1257. readonly: false
  1258. hidden: true
  1259. sort: 5
  1260. width: full
  1261. group: null
  1262. translations: null
  1263. note: null
  1264. conditions: null
  1265. required: false
  1266. - collection: snippets
  1267. field: date_created
  1268. type: timestamp
  1269. schema:
  1270. name: date_created
  1271. table: snippets
  1272. data_type: timestamp
  1273. default_value: null
  1274. generation_expression: null
  1275. max_length: null
  1276. numeric_precision: null
  1277. numeric_scale: null
  1278. is_generated: false
  1279. is_nullable: true
  1280. is_unique: false
  1281. is_primary_key: false
  1282. has_auto_increment: false
  1283. foreign_key_column: null
  1284. foreign_key_table: null
  1285. comment: ''
  1286. meta:
  1287. collection: snippets
  1288. field: date_created
  1289. special:
  1290. - date-created
  1291. interface: datetime
  1292. options: null
  1293. display: datetime
  1294. display_options:
  1295. relative: true
  1296. readonly: true
  1297. hidden: true
  1298. sort: 9
  1299. width: half
  1300. group: null
  1301. translations: null
  1302. note: null
  1303. conditions: null
  1304. required: false
  1305. - collection: snippets
  1306. field: date_updated
  1307. type: timestamp
  1308. schema:
  1309. name: date_updated
  1310. table: snippets
  1311. data_type: timestamp
  1312. default_value: null
  1313. generation_expression: null
  1314. max_length: null
  1315. numeric_precision: null
  1316. numeric_scale: null
  1317. is_generated: false
  1318. is_nullable: true
  1319. is_unique: false
  1320. is_primary_key: false
  1321. has_auto_increment: false
  1322. foreign_key_column: null
  1323. foreign_key_table: null
  1324. comment: ''
  1325. meta:
  1326. collection: snippets
  1327. field: date_updated
  1328. special:
  1329. - date-updated
  1330. interface: datetime
  1331. options: null
  1332. display: datetime
  1333. display_options:
  1334. relative: true
  1335. readonly: true
  1336. hidden: true
  1337. sort: 11
  1338. width: half
  1339. group: null
  1340. translations: null
  1341. note: null
  1342. conditions: null
  1343. required: false
  1344. - collection: snippets
  1345. field: content
  1346. type: text
  1347. schema:
  1348. name: content
  1349. table: snippets
  1350. data_type: text
  1351. default_value: null
  1352. generation_expression: null
  1353. max_length: 65535
  1354. numeric_precision: null
  1355. numeric_scale: null
  1356. is_generated: false
  1357. is_nullable: true
  1358. is_unique: false
  1359. is_primary_key: false
  1360. has_auto_increment: false
  1361. foreign_key_column: null
  1362. foreign_key_table: null
  1363. comment: ''
  1364. meta:
  1365. collection: snippets
  1366. field: content
  1367. special: null
  1368. interface: input-rich-text-md
  1369. options: null
  1370. display: raw
  1371. display_options: null
  1372. readonly: false
  1373. hidden: false
  1374. sort: 6
  1375. width: full
  1376. group: null
  1377. translations: null
  1378. note: null
  1379. conditions: null
  1380. required: false
  1381. - collection: snippets
  1382. field: title
  1383. type: string
  1384. schema:
  1385. name: title
  1386. table: snippets
  1387. data_type: varchar
  1388. default_value: null
  1389. generation_expression: null
  1390. max_length: 255
  1391. numeric_precision: null
  1392. numeric_scale: null
  1393. is_generated: false
  1394. is_nullable: true
  1395. is_unique: false
  1396. is_primary_key: false
  1397. has_auto_increment: false
  1398. foreign_key_column: null
  1399. foreign_key_table: null
  1400. comment: ''
  1401. meta:
  1402. collection: snippets
  1403. field: title
  1404. special: null
  1405. interface: input
  1406. options:
  1407. trim: true
  1408. display: raw
  1409. display_options: null
  1410. readonly: false
  1411. hidden: false
  1412. sort: 2
  1413. width: full
  1414. group: null
  1415. translations: null
  1416. note: null
  1417. conditions: null
  1418. required: false
  1419. - collection: snippets
  1420. field: slug
  1421. type: string
  1422. schema:
  1423. name: slug
  1424. table: snippets
  1425. data_type: varchar
  1426. default_value: null
  1427. generation_expression: null
  1428. max_length: 255
  1429. numeric_precision: null
  1430. numeric_scale: null
  1431. is_generated: false
  1432. is_nullable: true
  1433. is_unique: false
  1434. is_primary_key: false
  1435. has_auto_increment: false
  1436. foreign_key_column: null
  1437. foreign_key_table: null
  1438. comment: ''
  1439. meta:
  1440. collection: snippets
  1441. field: slug
  1442. special: null
  1443. interface: select-dropdown
  1444. options:
  1445. allowOther: true
  1446. display: raw
  1447. display_options: null
  1448. readonly: false
  1449. hidden: false
  1450. sort: 3
  1451. width: full
  1452. group: null
  1453. translations: null
  1454. note: null
  1455. conditions: null
  1456. required: false
  1457. - collection: posts
  1458. field: status
  1459. type: string
  1460. schema:
  1461. name: status
  1462. table: posts
  1463. data_type: varchar
  1464. default_value: draft
  1465. generation_expression: null
  1466. max_length: 255
  1467. numeric_precision: null
  1468. numeric_scale: null
  1469. is_generated: false
  1470. is_nullable: false
  1471. is_unique: false
  1472. is_primary_key: false
  1473. has_auto_increment: false
  1474. foreign_key_column: null
  1475. foreign_key_table: null
  1476. comment: ''
  1477. meta:
  1478. collection: posts
  1479. field: status
  1480. special: null
  1481. interface: select-dropdown
  1482. options:
  1483. choices:
  1484. - text: $t:published
  1485. value: published
  1486. - text: $t:draft
  1487. value: draft
  1488. - text: $t:archived
  1489. value: archived
  1490. display: labels
  1491. display_options:
  1492. showAsDot: true
  1493. choices:
  1494. - background: '#00C897'
  1495. value: published
  1496. - background: '#D3DAE4'
  1497. value: draft
  1498. - background: '#F7971C'
  1499. value: archived
  1500. readonly: false
  1501. hidden: false
  1502. sort: null
  1503. width: full
  1504. group: null
  1505. translations: null
  1506. note: null
  1507. conditions: null
  1508. required: false
  1509. - collection: posts
  1510. field: date_created
  1511. type: timestamp
  1512. schema:
  1513. name: date_created
  1514. table: posts
  1515. data_type: timestamp
  1516. default_value: null
  1517. generation_expression: null
  1518. max_length: null
  1519. numeric_precision: null
  1520. numeric_scale: null
  1521. is_generated: false
  1522. is_nullable: true
  1523. is_unique: false
  1524. is_primary_key: false
  1525. has_auto_increment: false
  1526. foreign_key_column: null
  1527. foreign_key_table: null
  1528. comment: ''
  1529. meta:
  1530. collection: posts
  1531. field: date_created
  1532. special:
  1533. - date-created
  1534. interface: datetime
  1535. options: null
  1536. display: datetime
  1537. display_options:
  1538. relative: true
  1539. readonly: true
  1540. hidden: true
  1541. sort: null
  1542. width: half
  1543. group: null
  1544. translations: null
  1545. note: null
  1546. conditions: null
  1547. required: false
  1548. - collection: posts
  1549. field: date_updated
  1550. type: timestamp
  1551. schema:
  1552. name: date_updated
  1553. table: posts
  1554. data_type: timestamp
  1555. default_value: null
  1556. generation_expression: null
  1557. max_length: null
  1558. numeric_precision: null
  1559. numeric_scale: null
  1560. is_generated: false
  1561. is_nullable: true
  1562. is_unique: false
  1563. is_primary_key: false
  1564. has_auto_increment: false
  1565. foreign_key_column: null
  1566. foreign_key_table: null
  1567. comment: ''
  1568. meta:
  1569. collection: posts
  1570. field: date_updated
  1571. special:
  1572. - date-updated
  1573. interface: datetime
  1574. options: null
  1575. display: datetime
  1576. display_options:
  1577. relative: true
  1578. readonly: true
  1579. hidden: true
  1580. sort: null
  1581. width: half
  1582. group: null
  1583. translations: null
  1584. note: null
  1585. conditions: null
  1586. required: false
  1587. - collection: menus
  1588. field: status
  1589. type: string
  1590. schema:
  1591. name: status
  1592. table: menus
  1593. data_type: varchar
  1594. default_value: draft
  1595. generation_expression: null
  1596. max_length: 255
  1597. numeric_precision: null
  1598. numeric_scale: null
  1599. is_generated: false
  1600. is_nullable: false
  1601. is_unique: false
  1602. is_primary_key: false
  1603. has_auto_increment: false
  1604. foreign_key_column: null
  1605. foreign_key_table: null
  1606. comment: ''
  1607. meta:
  1608. collection: menus
  1609. field: status
  1610. special: null
  1611. interface: select-dropdown
  1612. options:
  1613. choices:
  1614. - text: $t:published
  1615. value: published
  1616. - text: $t:draft
  1617. value: draft
  1618. - text: $t:archived
  1619. value: archived
  1620. display: labels
  1621. display_options:
  1622. showAsDot: true
  1623. choices:
  1624. - background: '#00C897'
  1625. value: published
  1626. - background: '#D3DAE4'
  1627. value: draft
  1628. - background: '#F7971C'
  1629. value: archived
  1630. readonly: false
  1631. hidden: false
  1632. sort: 3
  1633. width: full
  1634. group: null
  1635. translations: null
  1636. note: null
  1637. conditions: null
  1638. required: false
  1639. - collection: menus
  1640. field: date_created
  1641. type: timestamp
  1642. schema:
  1643. name: date_created
  1644. table: menus
  1645. data_type: timestamp
  1646. default_value: null
  1647. generation_expression: null
  1648. max_length: null
  1649. numeric_precision: null
  1650. numeric_scale: null
  1651. is_generated: false
  1652. is_nullable: true
  1653. is_unique: false
  1654. is_primary_key: false
  1655. has_auto_increment: false
  1656. foreign_key_column: null
  1657. foreign_key_table: null
  1658. comment: ''
  1659. meta:
  1660. collection: menus
  1661. field: date_created
  1662. special:
  1663. - date-created
  1664. interface: datetime
  1665. options: null
  1666. display: datetime
  1667. display_options:
  1668. relative: true
  1669. readonly: true
  1670. hidden: true
  1671. sort: 7
  1672. width: half
  1673. group: null
  1674. translations: null
  1675. note: null
  1676. conditions: null
  1677. required: false
  1678. - collection: menus
  1679. field: date_updated
  1680. type: timestamp
  1681. schema:
  1682. name: date_updated
  1683. table: menus
  1684. data_type: timestamp
  1685. default_value: null
  1686. generation_expression: null
  1687. max_length: null
  1688. numeric_precision: null
  1689. numeric_scale: null
  1690. is_generated: false
  1691. is_nullable: true
  1692. is_unique: false
  1693. is_primary_key: false
  1694. has_auto_increment: false
  1695. foreign_key_column: null
  1696. foreign_key_table: null
  1697. comment: ''
  1698. meta:
  1699. collection: menus
  1700. field: date_updated
  1701. special:
  1702. - date-updated
  1703. interface: datetime
  1704. options: null
  1705. display: datetime
  1706. display_options:
  1707. relative: true
  1708. readonly: true
  1709. hidden: true
  1710. sort: 9
  1711. width: half
  1712. group: null
  1713. translations: null
  1714. note: null
  1715. conditions: null
  1716. required: false
  1717. - collection: pages
  1718. field: status
  1719. type: string
  1720. schema:
  1721. name: status
  1722. table: pages
  1723. data_type: varchar
  1724. default_value: draft
  1725. generation_expression: null
  1726. max_length: 255
  1727. numeric_precision: null
  1728. numeric_scale: null
  1729. is_generated: false
  1730. is_nullable: false
  1731. is_unique: false
  1732. is_primary_key: false
  1733. has_auto_increment: false
  1734. foreign_key_column: null
  1735. foreign_key_table: null
  1736. comment: ''
  1737. meta:
  1738. collection: pages
  1739. field: status
  1740. special: null
  1741. interface: select-dropdown
  1742. options:
  1743. choices:
  1744. - text: $t:published
  1745. value: published
  1746. - text: $t:draft
  1747. value: draft
  1748. - text: $t:archived
  1749. value: archived
  1750. display: labels
  1751. display_options:
  1752. showAsDot: true
  1753. choices:
  1754. - background: '#00C897'
  1755. value: published
  1756. - background: '#D3DAE4'
  1757. value: draft
  1758. - background: '#F7971C'
  1759. value: archived
  1760. readonly: false
  1761. hidden: false
  1762. sort: 7
  1763. width: full
  1764. group: null
  1765. translations: null
  1766. note: null
  1767. conditions: null
  1768. required: false
  1769. - collection: pages
  1770. field: date_created
  1771. type: timestamp
  1772. schema:
  1773. name: date_created
  1774. table: pages
  1775. data_type: timestamp
  1776. default_value: null
  1777. generation_expression: null
  1778. max_length: null
  1779. numeric_precision: null
  1780. numeric_scale: null
  1781. is_generated: false
  1782. is_nullable: true
  1783. is_unique: false
  1784. is_primary_key: false
  1785. has_auto_increment: false
  1786. foreign_key_column: null
  1787. foreign_key_table: null
  1788. comment: ''
  1789. meta:
  1790. collection: pages
  1791. field: date_created
  1792. special:
  1793. - date-created
  1794. interface: datetime
  1795. options: null
  1796. display: datetime
  1797. display_options:
  1798. relative: true
  1799. readonly: true
  1800. hidden: true
  1801. sort: 11
  1802. width: half
  1803. group: null
  1804. translations: null
  1805. note: null
  1806. conditions: null
  1807. required: false
  1808. - collection: pages
  1809. field: date_updated
  1810. type: timestamp
  1811. schema:
  1812. name: date_updated
  1813. table: pages
  1814. data_type: timestamp
  1815. default_value: null
  1816. generation_expression: null
  1817. max_length: null
  1818. numeric_precision: null
  1819. numeric_scale: null
  1820. is_generated: false
  1821. is_nullable: true
  1822. is_unique: false
  1823. is_primary_key: false
  1824. has_auto_increment: false
  1825. foreign_key_column: null
  1826. foreign_key_table: null
  1827. comment: ''
  1828. meta:
  1829. collection: pages
  1830. field: date_updated
  1831. special:
  1832. - date-updated
  1833. interface: datetime
  1834. options: null
  1835. display: datetime
  1836. display_options:
  1837. relative: true
  1838. readonly: true
  1839. hidden: true
  1840. sort: 13
  1841. width: half
  1842. group: null
  1843. translations: null
  1844. note: null
  1845. conditions: null
  1846. required: false
  1847. - collection: pages
  1848. field: title
  1849. type: string
  1850. schema:
  1851. name: title
  1852. table: pages
  1853. data_type: varchar
  1854. default_value: null
  1855. generation_expression: null
  1856. max_length: 255
  1857. numeric_precision: null
  1858. numeric_scale: null
  1859. is_generated: false
  1860. is_nullable: false
  1861. is_unique: false
  1862. is_primary_key: false
  1863. has_auto_increment: false
  1864. foreign_key_column: null
  1865. foreign_key_table: null
  1866. comment: ''
  1867. meta:
  1868. collection: pages
  1869. field: title
  1870. special: null
  1871. interface: input
  1872. options:
  1873. trim: true
  1874. display: raw
  1875. display_options: null
  1876. readonly: false
  1877. hidden: false
  1878. sort: 2
  1879. width: full
  1880. group: null
  1881. translations: null
  1882. note: null
  1883. conditions: null
  1884. required: true
  1885. - collection: pages
  1886. field: meta
  1887. type: json
  1888. schema:
  1889. name: meta
  1890. table: pages
  1891. data_type: longtext
  1892. default_value: null
  1893. generation_expression: null
  1894. max_length: 4294967295
  1895. numeric_precision: null
  1896. numeric_scale: null
  1897. is_generated: false
  1898. is_nullable: true
  1899. is_unique: false
  1900. is_primary_key: false
  1901. has_auto_increment: false
  1902. foreign_key_column: null
  1903. foreign_key_table: null
  1904. comment: ''
  1905. meta:
  1906. collection: pages
  1907. field: meta
  1908. special:
  1909. - json
  1910. interface: list
  1911. options:
  1912. addLabel: add
  1913. fields:
  1914. - field: name
  1915. name: name
  1916. type: string
  1917. meta:
  1918. field: name
  1919. type: string
  1920. interface: input
  1921. options:
  1922. trim: true
  1923. - field: content
  1924. name: content
  1925. type: text
  1926. meta:
  1927. field: content
  1928. type: text
  1929. interface: input-multiline
  1930. options:
  1931. trim: true
  1932. template: '{{ name }}'
  1933. display: raw
  1934. display_options: null
  1935. readonly: false
  1936. hidden: false
  1937. sort: 8
  1938. width: full
  1939. group: null
  1940. translations: null
  1941. note: null
  1942. conditions: null
  1943. required: false
  1944. - collection: pages
  1945. field: content
  1946. type: text
  1947. schema:
  1948. name: content
  1949. table: pages
  1950. data_type: text
  1951. default_value: null
  1952. generation_expression: null
  1953. max_length: 65535
  1954. numeric_precision: null
  1955. numeric_scale: null
  1956. is_generated: false
  1957. is_nullable: true
  1958. is_unique: false
  1959. is_primary_key: false
  1960. has_auto_increment: false
  1961. foreign_key_column: null
  1962. foreign_key_table: null
  1963. comment: ''
  1964. meta:
  1965. collection: pages
  1966. field: content
  1967. special: null
  1968. interface: input-rich-text-md
  1969. options:
  1970. customSyntax: null
  1971. display: raw
  1972. display_options: null
  1973. readonly: false
  1974. hidden: false
  1975. sort: 9
  1976. width: full
  1977. group: null
  1978. translations: null
  1979. note: null
  1980. conditions: null
  1981. required: false
  1982. - collection: pages
  1983. field: template
  1984. type: string
  1985. schema:
  1986. name: template
  1987. table: pages
  1988. data_type: varchar
  1989. default_value: page/default
  1990. generation_expression: null
  1991. max_length: 255
  1992. numeric_precision: null
  1993. numeric_scale: null
  1994. is_generated: false
  1995. is_nullable: true
  1996. is_unique: false
  1997. is_primary_key: false
  1998. has_auto_increment: false
  1999. foreign_key_column: null
  2000. foreign_key_table: null
  2001. comment: ''
  2002. meta:
  2003. collection: pages
  2004. field: template
  2005. special: null
  2006. interface: select-dropdown
  2007. options:
  2008. choices:
  2009. - text: Default
  2010. value: page/default
  2011. - text: Home
  2012. value: page/home
  2013. display: raw
  2014. display_options: null
  2015. readonly: false
  2016. hidden: false
  2017. sort: 6
  2018. width: full
  2019. group: null
  2020. translations: null
  2021. note: null
  2022. conditions: null
  2023. required: false
  2024. - collection: menus
  2025. field: items
  2026. type: m2m
  2027. schema: null
  2028. meta:
  2029. collection: menus
  2030. field: items
  2031. special:
  2032. - m2m
  2033. interface: list-m2m
  2034. options:
  2035. template: '{{menu_items_id.title}} / {{menu_items_id.page.title}}'
  2036. display: raw
  2037. display_options: null
  2038. readonly: false
  2039. hidden: false
  2040. sort: 4
  2041. width: full
  2042. group: null
  2043. translations: null
  2044. note: null
  2045. conditions: null
  2046. required: false
  2047. relations:
  2048. - collection: menu_items
  2049. field: page
  2050. related_collection: pages
  2051. schema:
  2052. table: menu_items
  2053. column: page
  2054. foreign_key_table: pages
  2055. foreign_key_column: id
  2056. constraint_name: menu_items_page_foreign
  2057. on_update: RESTRICT
  2058. on_delete: SET NULL
  2059. meta:
  2060. many_collection: menu_items
  2061. many_field: page
  2062. one_collection: pages
  2063. one_field: null
  2064. one_collection_field: null
  2065. one_allowed_collections: null
  2066. junction_field: null
  2067. sort_field: null
  2068. one_deselect_action: nullify
  2069. - collection: menus_menu_items
  2070. field: menu_items_id
  2071. related_collection: menu_items
  2072. schema:
  2073. table: menus_menu_items
  2074. column: menu_items_id
  2075. foreign_key_table: menu_items
  2076. foreign_key_column: id
  2077. constraint_name: menus_menu_items_menu_items_id_foreign
  2078. on_update: RESTRICT
  2079. on_delete: SET NULL
  2080. meta:
  2081. many_collection: menus_menu_items
  2082. many_field: menu_items_id
  2083. one_collection: menu_items
  2084. one_field: null
  2085. one_collection_field: null
  2086. one_allowed_collections: null
  2087. junction_field: menus_id
  2088. sort_field: null
  2089. one_deselect_action: nullify
  2090. - collection: menus_menu_items
  2091. field: menus_id
  2092. related_collection: menus
  2093. schema:
  2094. table: menus_menu_items
  2095. column: menus_id
  2096. foreign_key_table: menus
  2097. foreign_key_column: id
  2098. constraint_name: menus_menu_items_menus_id_foreign
  2099. on_update: RESTRICT
  2100. on_delete: CASCADE
  2101. meta:
  2102. many_collection: menus_menu_items
  2103. many_field: menus_id
  2104. one_collection: menus
  2105. one_field: items
  2106. one_collection_field: null
  2107. one_allowed_collections: null
  2108. junction_field: menu_items_id
  2109. sort_field: null
  2110. one_deselect_action: nullify
  2111. - collection: snippets
  2112. field: file
  2113. related_collection: directus_files
  2114. schema:
  2115. table: snippets
  2116. column: file
  2117. foreign_key_table: directus_files
  2118. foreign_key_column: id
  2119. constraint_name: snippets_file_foreign
  2120. on_update: RESTRICT
  2121. on_delete: RESTRICT
  2122. meta:
  2123. many_collection: snippets
  2124. many_field: file
  2125. one_collection: directus_files
  2126. one_field: null
  2127. one_collection_field: null
  2128. one_allowed_collections: null
  2129. junction_field: null
  2130. sort_field: null
  2131. one_deselect_action: nullify
  2132. - collection: snippets
  2133. field: user_created
  2134. related_collection: directus_users
  2135. schema:
  2136. table: snippets
  2137. column: user_created
  2138. foreign_key_table: directus_users
  2139. foreign_key_column: id
  2140. constraint_name: snippets_user_created_foreign
  2141. on_update: RESTRICT
  2142. on_delete: RESTRICT
  2143. meta:
  2144. many_collection: snippets
  2145. many_field: user_created
  2146. one_collection: directus_users
  2147. one_field: null
  2148. one_collection_field: null
  2149. one_allowed_collections: null
  2150. junction_field: null
  2151. sort_field: null
  2152. one_deselect_action: nullify
  2153. - collection: snippets
  2154. field: user_updated
  2155. related_collection: directus_users
  2156. schema:
  2157. table: snippets
  2158. column: user_updated
  2159. foreign_key_table: directus_users
  2160. foreign_key_column: id
  2161. constraint_name: snippets_user_updated_foreign
  2162. on_update: RESTRICT
  2163. on_delete: RESTRICT
  2164. meta:
  2165. many_collection: snippets
  2166. many_field: user_updated
  2167. one_collection: directus_users
  2168. one_field: null
  2169. one_collection_field: null
  2170. one_allowed_collections: null
  2171. junction_field: null
  2172. sort_field: null
  2173. one_deselect_action: nullify
  2174. - collection: posts
  2175. field: user_created
  2176. related_collection: directus_users
  2177. schema:
  2178. table: posts
  2179. column: user_created
  2180. foreign_key_table: directus_users
  2181. foreign_key_column: id
  2182. constraint_name: posts_user_created_foreign
  2183. on_update: RESTRICT
  2184. on_delete: RESTRICT
  2185. meta:
  2186. many_collection: posts
  2187. many_field: user_created
  2188. one_collection: directus_users
  2189. one_field: null
  2190. one_collection_field: null
  2191. one_allowed_collections: null
  2192. junction_field: null
  2193. sort_field: null
  2194. one_deselect_action: nullify
  2195. - collection: posts
  2196. field: user_updated
  2197. related_collection: directus_users
  2198. schema:
  2199. table: posts
  2200. column: user_updated
  2201. foreign_key_table: directus_users
  2202. foreign_key_column: id
  2203. constraint_name: posts_user_updated_foreign
  2204. on_update: RESTRICT
  2205. on_delete: RESTRICT
  2206. meta:
  2207. many_collection: posts
  2208. many_field: user_updated
  2209. one_collection: directus_users
  2210. one_field: null
  2211. one_collection_field: null
  2212. one_allowed_collections: null
  2213. junction_field: null
  2214. sort_field: null
  2215. one_deselect_action: nullify
  2216. - collection: menus
  2217. field: user_created
  2218. related_collection: directus_users
  2219. schema:
  2220. table: menus
  2221. column: user_created
  2222. foreign_key_table: directus_users
  2223. foreign_key_column: id
  2224. constraint_name: menus_user_created_foreign
  2225. on_update: RESTRICT
  2226. on_delete: RESTRICT
  2227. meta:
  2228. many_collection: menus
  2229. many_field: user_created
  2230. one_collection: directus_users
  2231. one_field: null
  2232. one_collection_field: null
  2233. one_allowed_collections: null
  2234. junction_field: null
  2235. sort_field: null
  2236. one_deselect_action: nullify
  2237. - collection: menus
  2238. field: user_updated
  2239. related_collection: directus_users
  2240. schema:
  2241. table: menus
  2242. column: user_updated
  2243. foreign_key_table: directus_users
  2244. foreign_key_column: id
  2245. constraint_name: menus_user_updated_foreign
  2246. on_update: RESTRICT
  2247. on_delete: RESTRICT
  2248. meta:
  2249. many_collection: menus
  2250. many_field: user_updated
  2251. one_collection: directus_users
  2252. one_field: null
  2253. one_collection_field: null
  2254. one_allowed_collections: null
  2255. junction_field: null
  2256. sort_field: null
  2257. one_deselect_action: nullify
  2258. - collection: pages
  2259. field: media_hero
  2260. related_collection: directus_files
  2261. schema:
  2262. table: pages
  2263. column: media_hero
  2264. foreign_key_table: directus_files
  2265. foreign_key_column: id
  2266. constraint_name: pages_media_hero_foreign
  2267. on_update: RESTRICT
  2268. on_delete: RESTRICT
  2269. meta:
  2270. many_collection: pages
  2271. many_field: media_hero
  2272. one_collection: directus_files
  2273. one_field: null
  2274. one_collection_field: null
  2275. one_allowed_collections: null
  2276. junction_field: null
  2277. sort_field: null
  2278. one_deselect_action: nullify
  2279. - collection: pages
  2280. field: media_teaser
  2281. related_collection: directus_files
  2282. schema:
  2283. table: pages
  2284. column: media_teaser
  2285. foreign_key_table: directus_files
  2286. foreign_key_column: id
  2287. constraint_name: pages_media_teaser_foreign
  2288. on_update: RESTRICT
  2289. on_delete: RESTRICT
  2290. meta:
  2291. many_collection: pages
  2292. many_field: media_teaser
  2293. one_collection: directus_files
  2294. one_field: null
  2295. one_collection_field: null
  2296. one_allowed_collections: null
  2297. junction_field: null
  2298. sort_field: null
  2299. one_deselect_action: nullify
  2300. - collection: pages
  2301. field: user_created
  2302. related_collection: directus_users
  2303. schema:
  2304. table: pages
  2305. column: user_created
  2306. foreign_key_table: directus_users
  2307. foreign_key_column: id
  2308. constraint_name: pages_user_created_foreign
  2309. on_update: RESTRICT
  2310. on_delete: RESTRICT
  2311. meta:
  2312. many_collection: pages
  2313. many_field: user_created
  2314. one_collection: directus_users
  2315. one_field: null
  2316. one_collection_field: null
  2317. one_allowed_collections: null
  2318. junction_field: null
  2319. sort_field: null
  2320. one_deselect_action: nullify
  2321. - collection: pages
  2322. field: user_updated
  2323. related_collection: directus_users
  2324. schema:
  2325. table: pages
  2326. column: user_updated
  2327. foreign_key_table: directus_users
  2328. foreign_key_column: id
  2329. constraint_name: pages_user_updated_foreign
  2330. on_update: RESTRICT
  2331. on_delete: RESTRICT
  2332. meta:
  2333. many_collection: pages
  2334. many_field: user_updated
  2335. one_collection: directus_users
  2336. one_field: null
  2337. one_collection_field: null
  2338. one_allowed_collections: null
  2339. junction_field: null
  2340. sort_field: null
  2341. one_deselect_action: nullify