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
7fee89d1
Commit
7fee89d1
authored
Nov 21, 2011
by
ccarigna
Browse files
Added uw_location_data_json_url Drupal variable (set to
http://pilots.uwaterloo.ca/web-resources
)
parent
4991accd
Changes
2
Hide whitespace changes
Inline
Side-by-side
uw_ct_event.info
View file @
7fee89d1
...
...
@@ -82,6 +82,7 @@ features[variable][] = "rdf_title_predicates_uw_event"
features
[
variable
][]
=
"rdf_title_type_uw_event"
features
[
variable
][]
=
"schemaorg_title_uw_event"
features
[
variable
][]
=
"schemaorg_type_uw_event"
features
[
variable
][]
=
"uw_location_data_json_url"
features
[
variable
][]
=
"workbench_moderation_default_state_uw_event"
features
[
variable
][]
=
"xmlsitemap_settings_node_uw_event"
features
[
views_view
][]
=
"event_category_blocks"
...
...
uw_ct_event.strongarm.inc
View file @
7fee89d1
...
...
@@ -284,6 +284,13 @@ function uw_ct_event_strongarm() {
$strongarm
->
value
=
'Event'
;
$export
[
'schemaorg_type_uw_event'
]
=
$strongarm
;
$strongarm
=
new
stdClass
;
$strongarm
->
disabled
=
FALSE
;
/* Edit this to true to make a default strongarm disabled initially */
$strongarm
->
api_version
=
1
;
$strongarm
->
name
=
'uw_location_data_json_url'
;
$strongarm
->
value
=
'http://pilots.uwaterloo.ca/web-resources'
;
$export
[
'uw_location_data_json_url'
]
=
$strongarm
;
$strongarm
=
new
stdClass
;
$strongarm
->
disabled
=
FALSE
;
/* Edit this to true to make a default strongarm disabled initially */
$strongarm
->
api_version
=
1
;
...
...
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