diff options
Diffstat (limited to 'docs/widget.template')
| -rw-r--r-- | docs/widget.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/widget.template b/docs/widget.template index b954f07c..418ad407 100644 --- a/docs/widget.template +++ b/docs/widget.template @@ -1,5 +1,13 @@ <h1>{{name}}</h1> +{{#workInProgress}} +<fieldset class="workInProgress"> + <legend>Work In Progress</legend> + This page is currently being revised. It might be incomplete or contain inaccuracies. + {{{workInProgress.description}}} +</fieldset> +{{/workInProgress}} + {{#deprecated}} <fieldset class="deprecated"> <legend>Deprecated API</legend> |
