Skip to content

Commit

Permalink
Fix frontend output 2 electric boogaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Aimes committed Aug 28, 2022
1 parent e5173e6 commit 436ec1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
</field>
<field name="language" sortOrder="20" formElement="select">
<settings>
<dataScope>language</dataScope>
<dataType>text</dataType>
</settings>
<formElements>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
ko-style="data.main.style"
class="pagebuilder-content-type-code-block"
css="data.main.css">
<pre><code class="hljs"
attr="data.code.attributes"
css="data.code.css"
text="data.code.html"></code></pre>
<pre class="hljs"><code attr="data.code.attributes"
css="data.code.css"
text="data.code.html"></code></pre>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
css="data.main.css"
event="{ mouseover: onMouseOver, mouseout: onMouseOut }, mouseoverBubble: false">
<render args="getOptions().template"></render>
<pre><code class="hljs"
attr="data.code.attributes"
css="data.code.css"
text="data.code.html"></code></pre>
<pre class="hljs"><code attr="data.code.attributes"
css="data.code.css"
text="data.code.html"></code></pre>
</div>

0 comments on commit 436ec1a

Please sign in to comment.