Site updated at 2017-01-22 10:27:39 UTC

This commit is contained in:
Travis CI 2017-01-22 10:27:39 +00:00
parent 7802b8979e
commit be1a0dcc2c
23 changed files with 37 additions and 37 deletions

View file

@ -99,7 +99,7 @@ You can set a suggestion for your entitys visibility by setting the <code cla
<p>This will SUGGEST that the active frontend hides the entity. This requires that the active frontend support hidden cards (the default frontend does) and that the value of hidden be included in your attributes dictionary (see above). The Entity abstract class will take care of this for you.</p>
<p>Remember: The suggestion set by your components code will always be overwritten by user settings in the configuration.yaml file. This is why you may set hidden to be False, but the property may remain True (or vice-versa).</p>
<p>Remember: The suggestion set by your components code will always be overwritten by user settings in the <code class="highlighter-rouge">configuration.yaml</code> file. This is why you may set hidden to be <code class="highlighter-rouge">False</code>, but the property may remain <code class="highlighter-rouge">True</code> (or vice-versa).</p>
</article>