Hi! Is there a way to set this from `config.yml`?
# announcements
a
Hi! Is there a way to set this from
config.yml
?
f
That's not supported right now, but that's a good idea. I'll add it to our GitHub Issues
Same with the targeting attributes I guess. Might make sense to have those version controlled as well.
Actually, looking at the code this is possible today. It's just not documented. If you add the following to your config.yml, it should work:
Copy code
organization:
  settings:
    environments:
      - id: develop
        description: something
        defaultState: true
        toggleOnList: true
👍 1
💯 1
a
Thanks!