Skip to content

Instantly share code, notes, and snippets.

@siewho
Created June 27, 2019 02:15
Show Gist options
  • Select an option

  • Save siewho/257a5fb51e96ca995b8700a708bc4cb5 to your computer and use it in GitHub Desktop.

Select an option

Save siewho/257a5fb51e96ca995b8700a708bc4cb5 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
>
@siewho
Copy link
Author

siewho commented Oct 2, 2020

testing

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment