5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-02 07:16:08 +00:00
panel/test/fixtures/site_with_relationships/_data/layouts/post.yml
2021-05-13 19:42:12 -03:00

24 lines
372 B
YAML

---
title:
type: 'string'
required: true
authors:
type: 'has_and_belongs_to_many'
inverse: 'posts'
filter:
layout: 'author'
posts:
type: 'has_many'
inverse: 'in_reply_to'
filter:
layout: 'post'
in_reply_to:
type: 'belongs_to'
inverse: 'posts'
filter:
layout: 'post'
recommended_posts:
type: 'related_posts'
filter:
layout: 'post'