Skip to content

Commit 45e3f05

Browse files
authored
[#3508583] Updated field descriptions for Limit fields on Automated list. (#1345)
1 parent 9c830b3 commit 45e3f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/themes/contrib/civictheme/config/install/field.field.paragraph.civictheme_automated_list.field_c_p_list_limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ field_name: field_c_p_list_limit
99
entity_type: paragraph
1010
bundle: civictheme_automated_list
1111
label: Limit
12-
description: 'Number of items to display if <em>Limit type</em> is <em>Limited</em> or items per page if <em>Limit type</em> is <em>Unlimited</em>.<br/>Use <code>0</code> to show all items.'
12+
description: 'Select the number of items you want to display in the list if the Limit type is <em>Limited</em>, or the number of items per page if the Limit type is <em>Unlimited</em>. Using 0 will default to 12 items if the Limit type is <em>Unlimited</em>.'
1313
required: true
1414
translatable: false
1515
default_value:

web/themes/contrib/civictheme/config/install/field.field.paragraph.civictheme_automated_list.field_c_p_list_limit_type.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ field_name: field_c_p_list_limit_type
1111
entity_type: paragraph
1212
bundle: civictheme_automated_list
1313
label: 'Limit type'
14-
description: 'Use <em>Unlimited</em> to show all results split into pages or <em>Limited</em> to reduce number of results to a specified <em>Limit</em>.'
14+
description: 'Use <em>Limited</em> to show a limited number of results in the list, according to the number you add in the <em>Limit</em> field. Use <em>Unlimited</em> to show all results, split into pages using pagination.'
1515
required: true
1616
translatable: false
1717
default_value:

0 commit comments

Comments
 (0)