This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="vimeo-wrapper hide-on-mobile"> | |
<div class="vimeo-placeholder vimeo-unmute" | |
data-src="https://player.vimeo.com/video/293314201?background=1" | |
data-title="Mobility Showreel - June 2018"></div> | |
<div class="audio-control js-audio-control "><span>unmute</span></div> | |
</div> | |
--- | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
// br enter | |
{ | |
"keys": ["shift+enter"], "command": "insert_snippet", "args": {"contents": "<br />"}, "context": | |
[ | |
{ | |
"operand": "text.html", | |
"operator": "equal", | |
"match_all": true, | |
"key": "selector" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (have_rows('sections')) { | |
while (have_rows('sections')) { | |
the_row(); | |
if (get_row_layout() == "text_section") { | |
$background_colour = get_sub_field('background_colour'); | |
if( have_rows('text_element') ) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<group displayName="LASHES" id="1"> | |
<layer product_id="dg_17" stroke_count="2" img="dg_17.png"/> | |
<layer product_id="dg_18" stroke_count="2" img="dg_18.png"/> | |
<layer product_id="dg_19" stroke_count="2" img="dg_19.png"/> | |
</group> |