Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/pages/developing-extensions/Admin-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class {identifier}SettingsFormRequest extends AdminFormRequest
return [
'theme' => 'Theme',
'customName' => 'Custom Name',
'count' => 'Count,
'count' => 'Count',
];
}
}
Expand Down Expand Up @@ -254,4 +254,4 @@ And now you're done. You should be able to load and save your admin configuratio
<div class="btn-group docs-navigator" role="group" aria-label="Navigation" style="float: right">
<a href="?page=developing-extensions/Custom-controllers" class="btn btn-dark bg-light-subtle border-0 rounded-start-pill">Previous</a>
<a href="?page=developing-extensions/Custom-table-and-migrations" class="btn btn-dark bg-light-subtle border-0 rounded-end-pill">Next</a>
</div>
</div>