| # FeatureControl | |
| Options for features that may either be forced on, forced off, or allowed to be either on or off. Features default to disabled. | |
| <table> | |
| <tr><th>Variant</th></tr> | |
| <tr id=""allowed""> | |
| <td><code>"allowed"</code></td> | |
| </tr> | |
| <tr id=""disabled""> | |
| <td><code>"disabled"</code></td> | |
| </tr> | |
| <tr id=""required""> | |
| <td><code>"required"</code></td> | |
| </tr> | |
| </table> |