Closed (fixed)
Project:
Display Suite
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2010 at 09:16 UTC
Updated:
28 Sep 2011 at 06:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
swentel commentedExperiment and demonstration available at http://demo.customsource.be/content/plugins
Comment #2
swentel commentedComment #3
swentel commentedCommitted to D6, to be ported to 7
Comment #4
swentel commentedMake sure the title of the region is also reflected - so people don't get confused
Comment #5
swentel commentedDon't forget to add - not available in patch
in theme.inc
--------------
$regions = $form['#regions'];
in ds.display.inc
------------------
'#regions' => ds_regions(variable_get('ds_build_mode_'. $build_mode, 'all')),
Comment #6
swentel commentedCommitted to D7
Comment #7
swentel commentedComment #8
cweagansDoes this still exist in the current 7.x-1.3 release? If so, is there any documentation on how to use it? I want to put my node title into a block region and I can't figure out how to do it.