Skip to content

Commit

Permalink
Adding the ability to use the global value for character count in new…
Browse files Browse the repository at this point in the history
…sfeeds (#12869)

* Adding the ability to use the global value for character count in newsfeeds

* Missing views
  • Loading branch information
Thomas Hunziker authored and rdeutz committed Nov 16, 2016
1 parent e1ad2b1 commit b47891f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@
type="text"
label="COM_NEWSFEEDS_FIELD_CHARACTERS_COUNT_LABEL"
description="COM_NEWSFEEDS_FIELD_CHARACTERS_COUNT_DESC"
default="0"
size="6"
useglobal="true"
/>

<field
Expand Down
2 changes: 1 addition & 1 deletion components/com_newsfeeds/views/categories/tmpl/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@
</field>

<field name="feed_character_count" type="text"
default="0"
description="COM_NEWSFEEDS_FIELD_CHARACTER_COUNT_DESC"
label="COM_NEWSFEEDS_FIELD_CHARACTER_COUNT_LABEL"
size="6"
useglobal="true"
/>
</fieldset>

Expand Down
2 changes: 1 addition & 1 deletion components/com_newsfeeds/views/category/tmpl/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,10 @@
</field>

<field name="feed_character_count" type="text"
default="0"
description="COM_NEWSFEEDS_FIELD_CHARACTER_COUNT_DESC"
label="COM_NEWSFEEDS_FIELD_CHARACTER_COUNT_LABEL"
size="6"
useglobal="true"
/>

<field name="feed_display_order" type="list"
Expand Down
2 changes: 1 addition & 1 deletion components/com_newsfeeds/views/newsfeed/tmpl/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
</field>

<field name="feed_character_count" type="text"
default="0"
description="COM_NEWSFEEDS_FIELD_CHARACTER_COUNT_DESC"
label="COM_NEWSFEEDS_FIELD_CHARACTER_COUNT_LABEL"
size="6"
useglobal="true"
/>

<field name="feed_display_order" type="list"
Expand Down

0 comments on commit b47891f

Please sign in to comment.