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
finalModalto the parameter array inLinkTest.phpfor modal configuration. -
Fix: Adjusted
renderparameter type for consistency in unit tests. - Docs: Added documentation with usage examples for modal configuration.