config: use include_dir_list for scenes instead of include_dir_merge_list #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jmaroeder/create-pr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Switch
scene:inconfiguration.yamlfrom!include_dir_merge_listto!include_dir_list. The merge variant expects each scene file to contain a list (array) of scenes, whileinclude_dir_listhandles files that each define a single scene dict — matching how thescenes/directory is actually structured.