Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feeds
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
feeds
Commits
64560a35
Commit
64560a35
authored
13 years ago
by
Dave Reid
Browse files
Options
Downloads
Patches
Plain Diff
Issue #1191200: Fixed display of the description field on the feed item content type.
parent
37ac69f8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
feeds_news/feeds_news.features.field.inc
+9
-6
9 additions, 6 deletions
feeds_news/feeds_news.features.field.inc
with
9 additions
and
6 deletions
feeds_news/feeds_news.features.field.inc
+
9
−
6
View file @
64560a35
...
@@ -43,11 +43,11 @@ function feeds_news_field_default_fields() {
...
@@ -43,11 +43,11 @@ function feeds_news_field_default_fields() {
'description'
=>
''
,
'description'
=>
''
,
'display'
=>
array
(
'display'
=>
array
(
'default'
=>
array
(
'default'
=>
array
(
'label'
=>
'
above
'
,
'label'
=>
'
hidden
'
,
'module'
=>
'text'
,
'module'
=>
'text'
,
'settings'
=>
array
(),
'settings'
=>
array
(),
'type'
=>
'text_default'
,
'type'
=>
'text_default'
,
'weight'
=>
0
,
'weight'
=>
'0'
,
),
),
'full'
=>
array
(
'full'
=>
array
(
'label'
=>
'above'
,
'label'
=>
'above'
,
...
@@ -62,10 +62,13 @@ function feeds_news_field_default_fields() {
...
@@ -62,10 +62,13 @@ function feeds_news_field_default_fields() {
'weight'
=>
0
,
'weight'
=>
0
,
),
),
'teaser'
=>
array
(
'teaser'
=>
array
(
'label'
=>
'above'
,
'label'
=>
'hidden'
,
'settings'
=>
array
(),
'module'
=>
'text'
,
'type'
=>
'hidden'
,
'settings'
=>
array
(
'weight'
=>
0
,
'trim_length'
=>
600
,
),
'type'
=>
'text_trimmed'
,
'weight'
=>
'0'
,
),
),
),
),
'entity_type'
=>
'node'
,
'entity_type'
=>
'node'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment