You are here

function fieldable_panels_panes_fieldable_panels_pane_content_type_admin_info in Fieldable Panels Panes (FPP) 7

Callback to provide administrative information for a fieldable panels pane.

File

plugins/content_types/fieldable_panels_pane.inc, line 260
CTools content type to render a fielded panel pane.

Code

function fieldable_panels_panes_fieldable_panels_pane_content_type_admin_info($subtype, $conf) {
  return fieldable_panels_panes_fieldable_panels_pane_content_type_render($subtype, $conf);
}