Skip to content

Commit

Permalink
Update reference-article.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
texnixe authored Feb 19, 2025
1 parent f764a77 commit ad340eb
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ return [
'panel' => [
'menu' => [
'site',
'-'
'-',
'users'
]
]
Expand All @@ -46,7 +46,7 @@ return [
'panel' => [
'menu' => [
'site' => [
'label' => 'Overview'
'label' => 'Overview',
]
]
]
Expand Down Expand Up @@ -79,8 +79,8 @@ Instead of a link, you can also add either a `dialog` or `drawer` which will the
```php
'notes' => [
'icon' => 'pen',
'label' => 'Notes'
'dialog' => 'my/custom/dialog'
'label' => 'Notes',
'dialog' => 'my/custom/dialog',
]
```

Expand All @@ -92,7 +92,7 @@ However, you can also use this to open core dialogs: We want to add a menu entry
'note' => [
'icon' => 'add',
'label' => 'New note',
'dialog' => 'pages/create?parent=/pages/notes&view=site&section=notes'
'dialog' => 'pages/create?parent=/pages/notes&view=site&section=notes',
]
```

Expand Down

0 comments on commit ad340eb

Please sign in to comment.