You are here

property panels_renderer_standard::$meta_location in Panels 7.3

Same name and namespace in other branches
  1. 6.3 plugins/display_renderers/panels_renderer_standard.class.php \panels_renderer_standard::meta_location

Where to add standard meta information. There are three possibilities:

  • standard: Put the meta information in the normal location. Default.
  • inline: Put the meta information directly inline. This will not work for javascript.

Type: string

File

plugins/display_renderers/panels_renderer_standard.class.php, line 145

Class

panels_renderer_standard

Code

var $meta_location = 'standard';