Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions devs/params/attach_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ All param types support these common parameters:
| `settings` | Array | Type-specific configuration options (see Type-Specific Parameters below) |
| `deprecated` | String | Version in which the param was deprecated |

## Type-Specific Parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|--------------------------------------------------------|
| `settings` | Array | - | Configuration array with the following options: |
|     `is_link_icon` | Boolean | `false` | Whether to show the link icon inside the image preview |


## Complete Example

```php
Expand Down
7 changes: 7 additions & 0 deletions devs/params/attach_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ All param types support these common parameters:
| `settings` | Array | Type-specific configuration options (see Type-Specific Parameters below) |
| `deprecated` | String | Version in which the param was deprecated |

## Type-Specific Parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|--------------------------------------------------------|
| `settings` | Array | - | Configuration array with the following options: |
|     `is_link_icon` | Boolean | `false` | Whether to show the link icon inside the image preview |

## Complete Example

```php
Expand Down