Projet

Général

Profil

Révision c2ac6d1d

Ajouté par Assos Assos il y a environ 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.pages_default.inc
95 95
    'access' => array(
96 96
      'logic' => 'and',
97 97
    ),
98
    'pipeline' => 'standard',
98 99
  );
99 100
  $display = new panels_display();
100 101
  $display->layout = 'threecol_33_34_33_stacked';
......
154 155
  $pane->configuration = array(
155 156
    'title' => 'Long Arg Visibility Block',
156 157
    'body' => 'This block will be here when the argument is longer than configured arg length. It uses the \'arg_length\' access plugin to test against the length of the argument used for Simplecontext.',
157
    'format' => '1',
158
    'format' => 'filtered_html',
158 159
    'substitute' => 1,
159 160
  );
160 161
  $pane->cache = array();
......
185 186
  $pane->configuration = array(
186 187
    'title' => 'Short Arg Visibility',
187 188
    'body' => 'This block appears when the simplecontext argument is <i>less than</i> the configured length.',
188
    'format' => '1',
189
    'format' => 'filtered_html',
189 190
    'substitute' => 1,
190 191
  );
191 192
  $pane->cache = array();
......
297 298
    item1 is %sc:item1
298 299
    item2 is %sc:item2
299 300
    description is %sc:description',
300
    'format' => '1',
301
    'format' => 'filtered_html',
301 302
    'substitute' => 1,
302 303
  );
303 304
  $pane->cache = array();
......
363 364
    'body' => 'The CTools Plugin Example module (and this panel page) are just here to demonstrate how to build CTools plugins.
364 365

  
365 366
            ',
366
    'format' => '2',
367
    'format' => 'full_html',
367 368
    'substitute' => 1,
368 369
  );
369 370
  $pane->cache = array();
......
408 409
    'css' => '',
409 410
    'contexts' => array(),
410 411
    'relationships' => array(),
412
    'pipeline' => 'standard',
411 413
  );
412 414
  $display = new panels_display();
413 415
  $display->layout = 'onecol';
......
428 430
  $pane->configuration = array(
429 431
    'title' => 'Use this page with an argument',
430 432
    'body' => 'This demo page works if you use an argument, like <a href="ctools_plugin_example/xxxxx">ctools_plugin_example/xxxxx</a>.',
431
    'format' => '1',
433
    'format' => 'filtered_html',
432 434
    'substitute' => NULL,
433 435
  );
434 436
  $pane->cache = array();

Formats disponibles : Unified diff