Merge branch 'tinymce' into development

This commit is contained in:
Dan Brown
2022-02-08 15:28:56 +00:00
162 changed files with 5012 additions and 6595 deletions

View File

@ -107,14 +107,6 @@ class HomeController extends Controller
return view('home.default', $commonData);
}
/**
* Get custom head HTML, Used in ajax calls to show in editor.
*/
public function customHeadContent()
{
return view('common.custom-head');
}
/**
* Show the view for /robots.txt.
*/