Closed (fixed)
Project:
Menu Pager
Version:
8.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2019 at 09:28 UTC
Updated:
24 Apr 2020 at 17:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
brentgUploaded a patch, this one will only apply if you're using it together with https://www.drupal.org/project/menu_pager/issues/3071080#comment-13210482 though
Comment #3
balajidharmaHi brentgees,
The templates are available on 8.x-1.x branch. Kindly use the DEV (8.x-1.x) branch.
https://git.drupalcode.org/project/menu_pager/tree/8.x-1.x/templates
The label option is look good, but need to move the label options to block configuration (function blockForm).
https://git.drupalcode.org/project/menu_pager/blob/8.x-1.x/src/Plugin/Bl...
Note: For patch creation use the 8.x-1.x branch
Comment #4
balajidharmaComment #7
balajidharmaThe custom label option added on development branch.
Comment #9
brentgTurns out the previous/next label wasn't translatable, probably better to translate the config form, but this is an ok temporary solution.
Comment #10
brentgComment #11
balajidharmaHi brentgees,
The labels are block level configuration, so i hope no need to add the translate. We need to apply Configuration translation. Created ticket for this changes #3130720: Translation for next / previous block config