Property Options

{% for doc in site.docs %} {% if doc.type == "property-option" %}

{{ doc.title }}

{% if doc.description %}

{{ doc.description }}

{% endif %} {% for rule in doc.rules %} {% endfor %}
{{ rule.rule }} {{ rule.description }} {% if rule.sub-note %} Note: {{ rule.sub-note }} {% endif %}
{% if doc.code-example %} {{ doc.content }} {% endif %}
Back to Property List
{% endif %} {% endfor %}