Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_ct_event
Commits
24c944f9
Commit
24c944f9
authored
Nov 15, 2011
by
ccarigna
Browse files
Removed location lookup node reference field
parent
6b4c7995
Changes
2
Hide whitespace changes
Inline
Side-by-side
uw_ct_event.features.field.inc
View file @
24c944f9
...
...
@@ -582,91 +582,6 @@ function uw_ct_event_field_default_fields() {
),
);
// Exported field: 'node-uw_event-field_event_location_lookup'
$fields
[
'node-uw_event-field_event_location_lookup'
]
=
array
(
'field_config'
=>
array
(
'active'
=>
'1'
,
'cardinality'
=>
'1'
,
'deleted'
=>
'0'
,
'entity_types'
=>
array
(),
'field_name'
=>
'field_event_location_lookup'
,
'foreign keys'
=>
array
(
'nid'
=>
array
(
'columns'
=>
array
(
'nid'
=>
'nid'
,
),
'table'
=>
'node'
,
),
),
'indexes'
=>
array
(
'nid'
=>
array
(
0
=>
'nid'
,
),
),
'module'
=>
'node_reference'
,
'settings'
=>
array
(
'referenceable_types'
=>
array
(
'contact'
=>
0
,
'uw_ct_person_profile'
=>
0
,
'uw_event'
=>
0
,
'uw_home_page_banner'
=>
0
,
'uw_location'
=>
'uw_location'
,
'uw_news_item'
=>
0
,
'uw_promotional_item'
=>
0
,
'uw_web_page'
=>
0
,
'uw_writer_tip'
=>
0
,
),
'view'
=>
array
(
'args'
=>
array
(),
'display_name'
=>
''
,
'view_name'
=>
''
,
),
),
'translatable'
=>
'0'
,
'type'
=>
'node_reference'
,
),
'field_instance'
=>
array
(
'bundle'
=>
'uw_event'
,
'default_value'
=>
NULL
,
'deleted'
=>
'0'
,
'description'
=>
'Choose a location or enter location information below.'
,
'display'
=>
array
(
'default'
=>
array
(
'label'
=>
'above'
,
'settings'
=>
array
(),
'type'
=>
'hidden'
,
'weight'
=>
'7'
,
),
'full'
=>
array
(
'label'
=>
'above'
,
'settings'
=>
array
(),
'type'
=>
'hidden'
,
'weight'
=>
'6'
,
),
'teaser'
=>
array
(
'label'
=>
'above'
,
'settings'
=>
array
(),
'type'
=>
'hidden'
,
'weight'
=>
0
,
),
),
'entity_type'
=>
'node'
,
'field_name'
=>
'field_event_location_lookup'
,
'label'
=>
'Location Lookup'
,
'required'
=>
0
,
'settings'
=>
array
(
'user_register_form'
=>
FALSE
,
),
'widget'
=>
array
(
'active'
=>
1
,
'module'
=>
'options'
,
'settings'
=>
array
(),
'type'
=>
'options_select'
,
'weight'
=>
'7'
,
),
),
);
// Exported field: 'node-uw_event-field_event_map_link'
$fields
[
'node-uw_event-field_event_map_link'
]
=
array
(
'field_config'
=>
array
(
...
...
@@ -1060,7 +975,6 @@ function uw_ct_event_field_default_fields() {
// Included for use with string extractors like potx.
t
(
'Audience'
);
t
(
'Choose a file'
);
t
(
'Choose a location or enter location information below.'
);
t
(
'Choose an image'
);
t
(
'Date and time'
);
t
(
'Description'
);
...
...
@@ -1068,7 +982,6 @@ function uw_ct_event_field_default_fields() {
t
(
'Event website'
);
t
(
'Host'
);
t
(
'Location'
);
t
(
'Location Lookup'
);
t
(
'Map'
);
t
(
'Optional: a link to a website with more information specific to this event.'
);
t
(
'Optional: provide a host name and link to the host website (e.g. Housing and Residences)'
);
...
...
uw_ct_event.info
View file @
24c944f9
...
...
@@ -34,7 +34,6 @@ features[field][] = "node-uw_event-field_event_date"
features
[
field
][]
=
"node-uw_event-field_event_host_link"
features
[
field
][]
=
"node-uw_event-field_event_image"
features
[
field
][]
=
"node-uw_event-field_event_location"
features
[
field
][]
=
"node-uw_event-field_event_location_lookup"
features
[
field
][]
=
"node-uw_event-field_event_map_link"
features
[
field
][]
=
"node-uw_event-field_event_moreinfo_link"
features
[
field
][]
=
"node-uw_event-field_file"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment