Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add visibility flag to mold KEYVALs #12

Open
veeg opened this issue Feb 7, 2017 · 0 comments
Open

add visibility flag to mold KEYVALs #12

veeg opened this issue Feb 7, 2017 · 0 comments

Comments

@veeg
Copy link
Owner

veeg commented Feb 7, 2017

Allow the mold to express KEYVALs with a visibility annotation.

The visibility annotation could have the following values:

  • visible: The config will generate the KEYVAL from the mold. Normal procedure.
  • hidden: The config will NOT generate the KEYVAL into its mold, but when queries are made
    to the config, it will check the mold for its default value if no entry was found in the config.
  • fixed: Config is not allowed to set this KEYVAL in the config, but queries to it will still resolve
    to the mold default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant