5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 08:45:44 +00:00
panel/test/fixtures/site_with_relationships/_data/layouts/author.yml

10 lines
136 B
YAML
Raw Permalink Normal View History

2021-05-13 22:41:39 +00:00
---
title:
type: 'string'
required: true
posts:
type: 'has_and_belongs_to_many'
inverse: 'authors'
filter:
layout: 'post'