YAML parser interprets 16:9 as time format (16h 9m = 969s). Using quoted strings "16:9" ensures correct string parsing.
9 lines
125 B
YAML
9 lines
125 B
YAML
metadata:
|
|
size: "16:9"
|
|
|
|
# Missing 'slides' key
|
|
elements:
|
|
- type: text
|
|
box: [1, 1, 8, 1]
|
|
content: "No slides key"
|