Site updated at 2017-09-09 08:11:28 UTC

This commit is contained in:
Travis CI 2017-09-09 08:11:28 +00:00
parent 884f293365
commit f9e31a30cd
827 changed files with 13304 additions and 2121 deletions

View file

@ -79,7 +79,7 @@
<span class="s">frontend</span><span class="pi">:</span>
</code></pre>
</div>
<h3><a class="title-link" name="themes" href="#themes"></a> Themes</h3>
<h2><a class="title-link" name="themes" href="#themes"></a> Themes</h2>
<p>Starting with version 0.49 you can define themes:</p>
<p>Example:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
@ -126,6 +126,17 @@
</div>
<h3><a class="title-link" name="manual-theme-selection" href="#manual-theme-selection"></a> Manual Theme Selection</h3>
<p>When themes are enabled in the <code class="highlighter-rouge">configuration.yaml</code> file, a new option will show up in the Configuration panel under <code class="highlighter-rouge">configuration.yaml</code> called “Set a theme.” You can then choose any installed theme from the dropdown list and it will be applied immediately.</p>
<h2><a class="title-link" name="loading-extra-html" href="#loading-extra-html"></a> Loading extra HTML</h2>
<p>Starting with version 0.53 you can specify extra HTML files to load.</p>
<p>Example:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">frontend</span><span class="pi">:</span>
<span class="s">extra_html_url</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">https://example.com/file1.html</span>
<span class="pi">-</span> <span class="s">/file2.html</span>
</code></pre>
</div>
<p>Those will be loaded via <code class="highlighter-rouge">&lt;link rel='import' href='' async&gt;</code> on any page (states and panels)</p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">