0

YAML Config Substitution

Hello! I know how to use the "settings: '@stored_settings" syntax in the YAML configuration files.

I'm wondering if there are any other substitution options available? For example, I'd like to assign a long list of values to a setting, but then override a single one. Something like this:

stored_settings:
  setting_A: blah
  setting_B: blah
  setting_C: blah
  ...  
settings: 
  "@stored_settings"
  setting_B: new_value

Is this possible?

I'd also just like to know generally if there are any other Shotgun-specific YAML processing capabilities.

Thanks!

0 comments

Please sign in to leave a comment.