Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
wcms-openscholar
uw_virtual_site_homepage
Commits
40a49f33
Commit
40a49f33
authored
Jan 30, 2017
by
Eric Bremner
Browse files
FDSU-1829: Adding help text for number of banners.
parent
e159c5af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
uw_virtual_site_homepage.features.field_base.inc
uw_virtual_site_homepage.features.field_base.inc
+8
-1
uw_virtual_site_homepage.features.field_instance.inc
uw_virtual_site_homepage.features.field_instance.inc
+4
-1
No files found.
uw_virtual_site_homepage.features.field_base.inc
View file @
40a49f33
...
...
@@ -513,7 +513,14 @@ function uw_virtual_site_homepage_field_default_field_bases() {
'deleted'
=>
0
,
'entity_types'
=>
array
(),
'field_name'
=>
'og_group_ref'
,
'foreign keys'
=>
array
(),
'foreign keys'
=>
array
(
'node'
=>
array
(
'columns'
=>
array
(
'target_id'
=>
'nid'
,
),
'table'
=>
'node'
,
),
),
'indexes'
=>
array
(
'target_id'
=>
array
(
0
=>
'target_id'
,
...
...
uw_virtual_site_homepage.features.field_instance.inc
View file @
40a49f33
...
...
@@ -55,6 +55,7 @@ function uw_virtual_site_homepage_field_default_field_instances() {
),
'retroactive_update'
=>
0
,
),
'focal_point'
=>
0
,
'image_field_caption'
=>
array
(
'enabled'
=>
1
,
),
...
...
@@ -483,7 +484,7 @@ function uw_virtual_site_homepage_field_default_field_instances() {
'bundle'
=>
'uw_virtual_site_homepage'
,
'default_value'
=>
NULL
,
'deleted'
=>
0
,
'description'
=>
''
,
'description'
=>
'
Upload banner images to your homepage. <b>Note:</b> having more than eight home page banner images is not recommended.
'
,
'display'
=>
array
(
'default'
=>
array
(
'label'
=>
'hidden'
,
...
...
@@ -912,6 +913,7 @@ function uw_virtual_site_homepage_field_default_field_instances() {
),
'retroactive_update'
=>
0
,
),
'focal_point'
=>
0
,
'image_field_caption'
=>
array
(
'enabled'
=>
0
,
),
...
...
@@ -1201,6 +1203,7 @@ function uw_virtual_site_homepage_field_default_field_instances() {
t
(
'Profile image'
);
t
(
'Site description'
);
t
(
'Theme settings'
);
t
(
'Upload banner images to your homepage. <b>Note:</b> having more than eight home page banner images is not recommended.'
);
return
$field_instances
;
}
Write
Preview
Markdown
is supported
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