refs #17481: feat(Modal): Added support for custom modal button.
-
Feature: Added customizable modal button text using
Q::<modal title>:<modal body>:<close button text>
syntax. -
Update: Added
finalModal
to the parameter array inLinkTest.php
for modal configuration. -
Fix: Adjusted
render
parameter type for consistency in unit tests. - Docs: Added documentation with usage examples for modal configuration.