Skip to content

Instantly share code, notes, and snippets.

@siewho
Created June 27, 2019 02:15
Show Gist options
  • Save siewho/8b3d587504eab5e7681246512801e7b1 to your computer and use it in GitHub Desktop.
Save siewho/8b3d587504eab5e7681246512801e7b1 to your computer and use it in GitHub Desktop.
This is a snippet shared on http://ed41.j38/
<?php echo $jsToolbar; ?>
<div id="ed" class="type-component
ed-responsive
<?php echo $categoryClass;?>
<?php echo $suffix; ?>
<?php echo 'view-' . $view; ?>
<?php echo 'layout-' . $layout; ?>
<?php echo $rtl ? ' is-rtl' : '';?>
<?php echo $this->responsiveClass();?>
"
data-ed-wrapper
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment