Closed (outdated)
Project:
Block Theme
Version:
7.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2012 at 07:11 UTC
Updated:
8 Mar 2024 at 08:37 UTC
Jump to comment: Most recent
Comments
Comment #1
info@cgfix.com commentedOH,
Here it is in the ReadMe file.
6. In your custom block templates, you can also use values from the
$blocktheme_vars variable. This array contains custom variables defined in the
block edit form, right below the block theme selection.
my_var|value corresponds to $blocktheme_vars['my_var']
Comment #2
info@cgfix.com commentedAlso
use the following code to detect if the variable is defined to prevent errors.
if( isset($blocktheme_vars) ){
}
Comment #3
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks