Skip to content

Commit

Permalink
Correct Default theme.json (#1872)
Browse files Browse the repository at this point in the history
The theme.json file uses "parent_theme" instead of "extends", which doesn't match the documentation. This has been corrected for a case where the user may copy and paste the default theme's theme.json file and expects it to work.
  • Loading branch information
BossOfGames authored Sep 10, 2024
1 parent 82978f5 commit 81af582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/default/theme.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "default",
"parent_theme": null
"extends": null
}

0 comments on commit 81af582

Please sign in to comment.