Skip to content

Commit

Permalink
Fix columns width
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav committed Sep 7, 2023
1 parent 6f40be6 commit a5664f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/services/aem-cf-editor/api/modal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ The `modal.showUrl` and `modalInstance.set` methods accept a `ModalRequest` obje
| Property | Type | Required | Default | Description |
|-----------|------------------------------------------|----------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| | | | | <col style="width: 50%;"> |
| `url` | `string` | ✔️ | | URL of the page to load in the dialog frame. The URL must have the same origin as the extension making the modal request. |
| `title` | `string` | ✔️ | | Title of the modal to display. |
| `height` | `string` <br /> `number` <br /> `"auto"` | | `auto` | A number of pixels, a CSS value, or the string `auto`. The `auto` keyword will grow or shrink the modal to the height of the document in the iframe every time the guest document resizes, to a minimum of 20% and a maximum of 75% of window height. In fullscreen mode, this is ignored. |
Expand Down

0 comments on commit a5664f6

Please sign in to comment.