File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -246,9 +246,9 @@ protected function getSampleDocumentTypes()
246246 ],
247247 inheritance: [], // ['general-page-banner'],
248248 allowed: [
249- " general-page " ,
250- " settings " ,
251- " blog-page "
249+ ' general-page ' ,
250+ ' settings ' ,
251+ ' blog-page ' ,
252252 ],
253253 );
254254 $ items [] = new ImportDataEntities \DocumentType (
@@ -258,9 +258,9 @@ protected function getSampleDocumentTypes()
258258 category: 'web ' ,
259259 icon: 'heroicon-o-document ' ,
260260 templates: [
261- " general-page " ,
262- " about-us " ,
263- " contact-us "
261+ ' general-page ' ,
262+ ' about-us ' ,
263+ ' contact-us ' ,
264264 ],
265265 defaultTemplate: 'general-page ' ,
266266 fieldGroups: [
@@ -286,16 +286,16 @@ protected function getSampleDocumentTypes()
286286 category: 'web ' ,
287287 icon: 'heroicon-o-document ' ,
288288 templates: [
289- " blog " ,
289+ ' blog ' ,
290290 ],
291291 defaultTemplate: 'blog ' ,
292292 fieldGroups: [
293- " page_banner " ,
294- " featured_posts " ,
293+ ' page_banner ' ,
294+ ' featured_posts ' ,
295295 ],
296296 inheritance: [], // ['general-page-banner'],
297297 allowed: [
298- " post-page "
298+ ' post-page ' ,
299299 ],
300300 );
301301 $ items [] = new ImportDataEntities \DocumentType (
@@ -305,12 +305,12 @@ protected function getSampleDocumentTypes()
305305 category: 'web ' ,
306306 icon: 'heroicon-o-document ' ,
307307 templates: [
308- " post " ,
308+ ' post ' ,
309309 ],
310310 defaultTemplate: 'post ' ,
311311 fieldGroups: [
312- " page_banner " ,
313- " post_content " ,
312+ ' page_banner ' ,
313+ ' post_content ' ,
314314 ],
315315 inheritance: [], // ['general-page-banner'],
316316 );
You can’t perform that action at this time.
0 commit comments