kalponikoronno

Add inline text editing into Content template

Nov 1st, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. protected function _content_template(){ ?>
  4.  
  5.        <#
  6.        view.addInlineEditingAttributes( 'title', 'none' );
  7.        #>
  8.  
  9.        <h2 {{{ view.getRenderAttributeString( 'title' ) }}}>{{{ settings.title }}}</h2>
  10.  
  11. <?php }
Advertisement
Add Comment
Please, Sign In to add comment