Created
June 27, 2019 02:15
-
-
Save siewho/257a5fb51e96ca995b8700a708bc4cb5 to your computer and use it in GitHub Desktop.
This is a snippet shared on http://ed41.j38/
This file contains hidden or 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 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
testing enter
line 2 enter enter
line 4