Skip to content

Commit

Permalink
chore /docs: update filename mentioned in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf authored Jun 8, 2024
1 parent f8ffc17 commit b42159d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/developing-extensions/Admin-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

After setting up your development template (Barebones) [in the previous guide](?page=getting-started/Extension-development), you can now start writing an admin view.

The Barebones template includes two files by default, `conf.yml` and `admin.blade.php`. We'll take a look at `conf.yml` later, but first, open `admin.blade.php` and add the following code:
The Barebones template includes two files by default, `conf.yml` and `view.blade.php`. We'll take a look at `conf.yml` later, but first, open `view.blade.php` and add the following code:

<div class="row container mb-2">
<div class="col rounded-1 py-2" style="background-color: #282c34">
Expand Down

0 comments on commit b42159d

Please sign in to comment.