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
18f7b9ce
Commit
18f7b9ce
authored
Jan 23, 2019
by
Kevin Paxman
Committed by
Kevin Paxman
Jan 23, 2019
Browse files
RT-943284: match address display to previous version, including missing field
parent
76a1baf8
Changes
1
Show whitespace changes
Inline
Side-by-side
uw_ct_event.features.field_instance.inc
View file @
18f7b9ce
...
...
@@ -675,7 +675,18 @@ function uw_ct_event_field_default_field_instances() {
'settings'
=>
array
(
'address'
=>
array
(
'show'
=>
1
,
'text'
=>
'<div class="address-content">[node:field_event_location:name:0]<div class="steet-address">[node:field_event_location:street:0]</div><span class="locality">[node:field_event_location:city:0] [node:field_event_location:province:0] [node:field_event_location:postal_code:0]</span><div class="country-name">[node:field_event_location:country_name:0]</div></div>'
,
'text'
=>
'<div class="location vcard">
<div class="adr">
<span class="fn">[node:field_event_location:name:0]</span>
<div class="additional">[node:field_event_location:additional:0]</div>
<div class="address-content">
<div class="steet-address">[node:field_event_location:street:0]</div>
<span class="locality">[node:field_event_location:city:0]</span>, <span class="region">[node:field_event_location:province:0]</span>
<span class="postal-code">[node:field_event_location:postal_code:0]</span>
<div class="country-name">[node:field_event_location:country_name:0]</div>
</div>
</div>
</div>'
,
),
'height'
=>
300
,
'icon'
=>
array
(
...
...
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