add options
This commit is contained in:
parent
ed5d1b4271
commit
2ba40b2244
1 changed files with 12 additions and 0 deletions
|
|
@ -127,3 +127,15 @@ class FooController
|
|||
You can also edit them from UI:
|
||||
|
||||

|
||||
|
||||
## Options
|
||||
|
||||
You can add options using this way:
|
||||
|
||||
```
|
||||
$event->setOption('view', 'large');
|
||||
```
|
||||
|
||||
Available options:
|
||||
|
||||
* `view` (default: `false`): show a large modal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue