We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ced9bc commit 502df02Copy full SHA for 502df02
1 file changed
app/Providers/AppServiceProvider.php
@@ -33,7 +33,7 @@ public function boot(Request $request) {
33
Paginator::defaultView('layouts._pagination');
34
Paginator::defaultSimpleView('layouts._simple-pagination');
35
// Add any other views that require the theme variables below aka anything with tinymce initialization
36
- $composerViews = ['layouts.app', 'character._image_js', 'comments._perma_layout', 'comments.comments', 'js._modal_wysiwyg'];
+ $composerViews = ['layouts.app', 'account.settings', 'character._image_js', 'comments._perma_layout', 'comments.comments', 'js._modal_wysiwyg'];
37
38
view()->composer($composerViews, function ($view) {
39
$theme = Auth::user()->theme ?? Theme::where('is_default', true)->first() ?? null;
0 commit comments