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

10 lines
136 B
YAML

---
title:
type: 'string'
required: true
posts:
type: 'has_and_belongs_to_many'
inverse: 'authors'
filter:
layout: 'post'