We're using features for QA purposes and we want the exported modules to be hidden by default in the Drupal UI. That way, our QA environments can easily turn them on (by enabling hidden modules in their settings.php), and other environments / downstream users aren't dealing with cluttered module listings.

When I update an existing feature, Features removes the 'hidden: true' flag from the info.yml file. This might actually be a more general bug, in that if I put in any arbitrary key / value it gets removed.

Comments

deviantintegral created an issue.