You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`class`||| A class name to be applied to the modal. | String. |
21
-
|`closing`| "close-button" |["close-button", "outside"]| Show a "close" button for closing the modal, or let it be closed by clicking outside of the modal area. | One of the mutually exclusive available string values. |
22
-
|`close-text`| "Close" || Specify a custom string for the close button. | String. |
18
+
| Property | Default value | Values | Description | Type |
|`class`||| A class name to be applied to the modal. | String. |
21
+
|`closing`| "close-button" |["close-button", "outside"]| Show a "close" button for closing the modal, or let it be closed by clicking outside of the modal area. | One of the mutually exclusive available string values. |
22
+
|`close-text`| "Close" || Specify a custom string for the close button. | String. |
23
+
|`panel-header-content`|`:first:not(.header)`| CSS selector or "none" | Specify a CSS selector which is used for the modal header. If set to "none" no header will be added automatically and you can provide your own. | String. |
24
+
|`source`|| CSS selector | CSS selector for the injection source. If not given, the URL fragment of the ``href`` attribute from the modal trigger is used. | String. |
25
+
|`target`|`#pat-modal`| CSS selector | CSS selector for the injection target. | String. |
0 commit comments