kalponikoronno

Class add into Content template

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