Problem/Motivation
Try to convert some presenter templates code to use more components directly.
Accordion component could be used in:
- templates/system/details--accordion.html.twig
Alert component could be used in:
- templates/input/datetime-wrapper.html.twig
Button component could be used in:
- templates/ui_patterns_library/ui-patterns-component-metadata.html.twig
- templates/ui_patterns_library/ui-patterns-overview-page.html.twig
- templates/ui_styles_library/ui-styles-overview-page.html.twig
Card component could be used in:
- templates/comment/comment.html.twig
- templates/media/media--media-library.html.twig
Table component could be used in:
- templates/commerce/checkout/commerce-checkout-order-summary.html.twig
- templates/commerce/promotion/commerce-coupon-redemption-form.html.twig
- templates/ui_patterns_library/ui-patterns-component-table.html.twig
Issue fork ui_suite_bootstrap-3544817
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
kilik047 commentedComment #4
kilik047 commentedTemplate fixed:
- templates/input/datetime-wrapper.html.twig
- templates/ui_patterns_library/ui-patterns-component-metadata.html.twig
- templates/ui_patterns_library/ui-patterns-overview-page.html.twig
- templates/ui_styles_library/ui-styles-overview-page.html.twig
Todo:
- templates/system/details--accordion.html.twig
- templates/comment/comment.html.twig
- templates/media/media--media-library.html.twig
- templates/commerce/checkout/commerce-checkout-order-summary.html.twig
- templates/commerce/promotion/commerce-coupon-redemption-form.html.twig
- templates/ui_patterns_library/ui-patterns-component-table.html.twig
Comment #5
grimreaperComment #6
kilik047 commentedComment #7
grimreaperComment #8
grimreaperUnchanging:
- templates/system/details--accordion.html.twig: Not possible to administer the heading attributes in accordion_item
- templates/ui_patterns_library/ui-patterns-component-table.html.twig: component library will be reworked in UIP 2.1/2.2
Comment #10
grimreaper