You are here

editor.inc in Panels 6.3

Same filename and directory in other branches
  1. 7.3 plugins/display_renderers/editor.inc

File

plugins/display_renderers/editor.inc
View source
<?php

$plugin = array(
  'handler' => array(
    'class' => 'panels_renderer_editor',
    'parent' => 'standard',
  ),
);