Skip to content

Instantly share code, notes, and snippets.

@Greg-Boggs
Created September 17, 2013 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Greg-Boggs/6600583 to your computer and use it in GitHub Desktop.
Save Greg-Boggs/6600583 to your computer and use it in GitHub Desktop.
),
-
),
-
'node-course-field_link' => array(
-
'bundle' => 'course',
-
'display' => array(
-
'default' => array(
-
'label' => 'above',
-
'type' => 'hidden',
-
'weight' => 23,
-
),
-
'full' => array(
-
'label' => 'hidden',
-
'type' => 'hidden',
-
'weight' => 10,
-
),
-
'teaser' => array(
-
'label' => 'above',
-
'type' => 'hidden',
-
'weight' => 14,
-
),
-
),
-
'entity_type' => 'node',
-
'field_name' => 'field_link',
-
'label' => 'Moodle Link',
-
'settings' => array(
-
'attributes' => array(
-
'class' => 'launch-button',
-
'target' => 'default',
-
),
-
'display' => array(
-
'url_cutoff' => 80,
-
),
-
'enable_tokens' => 1,
-
'rel_remove' => 'default',
-
'title' => 'value',
-
'title_maxlength' => 128,
-
'title_value' => 'Launch Course',
-
'validate_url' => 1,
-
),
-
'widget' => array(
-
'module' => 'link',
-
'type' => 'link_field',
-
'weight' => 4,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment