File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/Filament/Resources/Helpers Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 55use Filament \Forms ;
66use Filament \Support \Facades \FilamentIcon ;
77use Illuminate \Support \Str ;
8+ use SolutionForest \InspireCms \Helpers \TemplateHelper ;
89use SolutionForest \InspireCms \InspireCmsConfig ;
910
1011class TemplateResourceHelper
@@ -73,9 +74,7 @@ public static function getPageComponentInstructionsFormComponent()
7374 return Forms \Components \ViewField::make ('page_component_instructions ' )
7475 ->label (__ ('inspirecms::resources/template.page_component_instructions.label ' ))
7576 ->view ('inspirecms::instructions.page-component-instructions ' , [
76- 'plaintext ' => '<x-cms-template :content="$content" type="page">
77- Your content here
78- </x-cms-template> ' ,
77+ 'plaintext ' => TemplateHelper::retrieveDefaultThemeContent (),
7978 ]);
8079 }
8180}
You can’t perform that action at this time.
0 commit comments