Skip to content

Commit

Permalink
Integrations Tab clarification (#23711)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman authored and HLeithner committed Jan 29, 2019
1 parent d0dca8c commit aff330c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
23 changes: 21 additions & 2 deletions administrator/components/com_content/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,12 @@
description="COM_CONTENT_CONFIG_INTEGRATION_SETTINGS_DESC"
>

<field
name="integration_newsfeeds"
type="note"
label="JGLOBAL_FEED_TITLE"
/>

<field
name="show_feed_link"
type="radio"
Expand Down Expand Up @@ -1103,6 +1109,12 @@
<option value="0">JHIDE</option>
</field>

<field
name="integration_sef"
type="note"
label="JGLOBAL_SEF_TITLE"
/>

<field
name="sef_advanced"
type="radio"
Expand All @@ -1111,7 +1123,7 @@
label="JGLOBAL_SEF_ADVANCED_LABEL"
description="JGLOBAL_SEF_ADVANCED_DESC"
filter="integer"
>
>
<option value="0">JGLOBAL_SEF_ADVANCED_LEGACY</option>
<option value="1">JGLOBAL_SEF_ADVANCED_MODERN</option>
</field>
Expand All @@ -1124,11 +1136,18 @@
label="JGLOBAL_SEF_NOIDS_LABEL"
description="JGLOBAL_SEF_NOIDS_DESC"
showon="sef_advanced:1"
filter="integer">
filter="integer"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>

<field
name="integration_customfields"
type="note"
label="JGLOBAL_FIELDS_TITLE"
/>

<field
name="custom_fields_enable"
type="radio"
Expand Down
3 changes: 3 additions & 0 deletions administrator/language/en-GB/en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,9 @@ JGLOBAL_FEED_SHOW_READMORE_DESC="Displays a &quot;Read More&quot; link in the ne
JGLOBAL_FEED_SHOW_READMORE_LABEL="Show &quot;Read More&quot;"
JGLOBAL_FEED_SUMMARY_DESC="If set to Intro Text, only the Intro Text of each article will show in the news feed. If set to Full Text, the whole article will show in the news feed."
JGLOBAL_FEED_SUMMARY_LABEL="Include in Feed"
JGLOBAL_FEED_TITLE="News Feeds"
JGLOBAL_FIELDS="Fields"
JGLOBAL_FIELDS_TITLE="Custom Fields"
JGLOBAL_FIELD_ADD="Add"
JGLOBAL_FIELD_GROUPS="Field Groups"
JGLOBAL_FIELD_CATEGORIES_CHOOSE_CATEGORY_DESC="Categories that are within this category will be displayed."
Expand Down Expand Up @@ -536,6 +538,7 @@ JGLOBAL_SEF_ADVANCED_LEGACY="Legacy"
JGLOBAL_SEF_ADVANCED_MODERN="Modern"
JGLOBAL_SEF_NOIDS_DESC="Remove the IDs from the URLs of this component."
JGLOBAL_SEF_NOIDS_LABEL="Remove IDs from URLs"
JGLOBAL_SEF_TITLE="Routing"
JGLOBAL_SELECT_ALLOW_DENY_GROUP="Change %s permission for %s group."
JGLOBAL_SELECT_AN_OPTION="Select an option"
JGLOBAL_SELECT_NO_RESULTS_MATCH="No results match"
Expand Down

0 comments on commit aff330c

Please sign in to comment.