Commit 1d1f0b5d authored by Andy Hausmann's avatar Andy Hausmann

Added Link Wizard.

parent 9349bcf1
...@@ -147,7 +147,17 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array( ...@@ -147,7 +147,17 @@ $TCA['tx_flexslider_domain_model_flexslider'] = array(
'config' => array( 'config' => array(
'type' => 'input', 'type' => 'input',
'size' => 30, 'size' => 30,
'eval' => 'trim' 'eval' => 'trim',
'wizards' => array(
'_PADDING' => 2,
'link' => array(
'type' => 'popup',
'title' => 'Link',
'icon' => 'link_popup.gif',
'script' => 'browse_links.php?mode=wizard',
'JSopenParams' => 'height=300,width=500,status=0,menubar=0,scrollbars=1'
)
)
), ),
), ),
'caption' => array( 'caption' => array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment