tabletop-companion/test/fixtures/tables.yml

15 lines
223 B
YAML
Raw Normal View History

2024-05-28 19:40:51 +00:00
DEFAULTS: &DEFAULTS
owner: trevor
uuid: <%= SecureRandom.uuid %>
slug: $LABEL
2024-05-28 11:08:19 +00:00
table:
2024-05-28 19:40:51 +00:00
<<: *DEFAULTS
2024-05-28 11:08:19 +00:00
name: My Table
game_system: troika
2024-05-28 19:40:51 +00:00
my_table_two:
<<: *DEFAULTS
2024-05-28 11:08:19 +00:00
name: My Other Table
game_system: troika