whitelist-more-interface-properties.rst 374 B

1234567
  1. whitelist-more-interface-properties
  2. -----------------------------------
  3. * ``INTERFACE`` libraries may now have custom properties set on them if they
  4. start with either an underscore (``_``) or a lowercase ASCII character. The
  5. original intention was to only allow properties which made sense for
  6. ``INTERFACE`` libraries, but it also blocked usage of custom properties.