-
-
Save cppforlife/bf42f2d3d23dacf07affcd4150370cb9 to your computer and use it in GitHub Desktop.
overlay missing on replaced kv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
labels: | |
#@overlay/match missing_ok=True | |
_: #@ template.replace(data.values.crs.tmc_extension_manager_labels) | |
change to: | |
metadata: | |
#@overlay/match-child-defaults missing_ok=True | |
labels: | |
_: #@ template.replace(data.values.crs.tmc_extension_manager_labels) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment