From 3a2f846918643a6376460edd0d51c447def086a8 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 9 Jun 2019 01:09:55 +0300 Subject: [PATCH] Flextype Core: default content - fixes and refactoring #117 --- site/entries/about/entry.json | 24 ++++++++++++------------ site/entries/blog/entry.json | 20 ++++++++++---------- site/entries/home/entry.json | 24 ++++++++++++------------ 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/site/entries/about/entry.json b/site/entries/about/entry.json index fa9bfd26..9f47676d 100644 --- a/site/entries/about/entry.json +++ b/site/entries/about/entry.json @@ -1,13 +1,13 @@ -{ - "title": "About", - "image": "lilia.jpg", - "template": "about", - "fieldset": "about", - "content": "

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\r\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


\"\"

\r\n", - "date": "June 07 2019 10:08:11", - "description": "", - "menu_item_title": "About", - "menu_item_url": "about", - "menu_item_target": "self", - "menu_item_order": "2" +{ + "title": "About", + "image": "lilia.jpg", + "template": "about", + "fieldset": "about", + "content": "

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\r\n

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


\"\"

\r\n", + "date": "June 07 2019 10:08:11", + "description": "", + "menu_item_title": "About", + "menu_item_url": "about", + "menu_item_target": "self", + "menu_item_order": "3" } \ No newline at end of file diff --git a/site/entries/blog/entry.json b/site/entries/blog/entry.json index f338e608..38920e69 100644 --- a/site/entries/blog/entry.json +++ b/site/entries/blog/entry.json @@ -1,11 +1,11 @@ -{ - "title": "Blog", - "template": "blog", - "fieldset": "blog", - "date": "June 07 2019 10:08:11", - "description": "", - "menu_item_title": "Blog", - "menu_item_url": "blog", - "menu_item_target": "self", - "menu_item_order": "3" +{ + "title": "Blog", + "template": "blog", + "fieldset": "blog", + "date": "June 07 2019 10:08:11", + "description": "", + "menu_item_title": "Blog", + "menu_item_url": "blog", + "menu_item_target": "self", + "menu_item_order": "2" } \ No newline at end of file diff --git a/site/entries/home/entry.json b/site/entries/home/entry.json index 2e6ce892..18a49208 100644 --- a/site/entries/home/entry.json +++ b/site/entries/home/entry.json @@ -1,13 +1,13 @@ -{ - "title": "Home", - "content": "

\r\n Welcome!\r\n

\r\n

\r\n Welcome to your new Flextype powered website.\r\n
\r\n Flextype is succesfully installed, you can start editing the content and customising your site in Admin panel.\r\n

\r\n
\r\n

Latest blog posts:

\r\n", - "template": "home", - "fieldset": "default", - "visibility": "visible", - "date": "February 20 2019 11:06:46", - "description": "", - "menu_item_title": "Home", - "menu_item_url": "home", - "menu_item_target": "self", - "menu_item_order": "1" +{ + "title": "Home", + "content": "

\r\n Welcome!\r\n

\r\n

\r\n Welcome to your new Flextype powered website.\r\n
\r\n Flextype is succesfully installed, you can start editing the content and customising your site in Admin panel.\r\n

\r\n
\r\n

Latest blog posts:

\r\n", + "template": "home", + "fieldset": "default", + "visibility": "visible", + "date": "February 20 2019 11:06:46", + "description": "", + "menu_item_title": "Home", + "menu_item_url": "home", + "menu_item_target": "self", + "menu_item_order": "1" } \ No newline at end of file