From 7a366d9a267f5e60914a2bb9498d5d70d614e12b Mon Sep 17 00:00:00 2001 From: Damir Date: Tue, 9 Jul 2019 00:10:02 +0200 Subject: [PATCH] Update contentarray.yaml Added Translation Field for Prev and Next Pagination --- engines/grav/nucleus/particles/contentarray.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/engines/grav/nucleus/particles/contentarray.yaml b/engines/grav/nucleus/particles/contentarray.yaml index 3f6839056..a0edc5330 100644 --- a/engines/grav/nucleus/particles/contentarray.yaml +++ b/engines/grav/nucleus/particles/contentarray.yaml @@ -41,6 +41,18 @@ form: show: Show '': Hide overridable: false + + article.display.pagination_button_prev.label: + type: input.text + label: Pagination Prev Label + description: Type in the label for the 'Prev' button. + placeholder: 'Prev' + + article.display.pagination_button_next.label: + type: input.text + label: Pagination Next Label + description: Type in the label for the 'Next' button. + placeholder: 'Next' article.limit.columns: type: select.select