Created
September 17, 2013 21:02
-
-
Save Greg-Boggs/6600583 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
), | |
- | |
), | |
- | |
'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