You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is: I have multiple definitions which draw from the same logos, so I have multiple copies of the same logo definition in multiple files, all of which would need to be updated.
Would be better if I could define all the logos in one file, and then pull them in, e.g.
[files]
include.logos = "other_file.toml"
In this case, the whole file would be loaded as a definition, and all the logos from that file merged in with the logos in the current file.
The text was updated successfully, but these errors were encountered:
Problem is: I have multiple definitions which draw from the same logos, so I have multiple copies of the same logo definition in multiple files, all of which would need to be updated.
Would be better if I could define all the logos in one file, and then pull them in, e.g.
In this case, the whole file would be loaded as a definition, and all the logos from that file merged in with the logos in the current file.
The text was updated successfully, but these errors were encountered: