mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-27 06:29:32 -06:00
* Organize properties in one single property tree * Update scenes to work with one property tree. Fix documentation issues.
14 lines
534 B
Handlebars
14 lines
534 B
Handlebars
<div class="documentation-item item-level-{{level name}} {{#if remoteScripting}}remote-scripting{{else}}local-scripting{{/if}}">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<p>
|
|
<a href="#{{urlify key}}" name="{{urlify key}}">
|
|
<span class="documentation-key">{{key}}</span> <span class="documentation-type">{{#if remoteScripting}}Remote scripting{{else}}Local scripting{{/if}}</span>
|
|
</a>
|
|
<p><code>{{script}}</code></p>
|
|
<p>{{documentation}}</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|