1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 19:01:40 +02:00

Flextype Core: Entries Content #165

- fix menu_item_target
This commit is contained in:
Awilum
2019-07-01 13:14:26 +03:00
parent d6182b93a6
commit 7ccb56d52d
3 changed files with 14 additions and 14 deletions

View File

@@ -8,6 +8,6 @@
"description": "",
"menu_item_title": "About",
"menu_item_url": "about",
"menu_item_target": "self",
"menu_item_target": "_self",
"menu_item_order": "3"
}

View File

@@ -6,7 +6,7 @@
"description": "",
"menu_item_title": "Blog",
"menu_item_url": "blog",
"menu_item_target": "self",
"menu_item_target": "_self",
"menu_item_order": "2",
"entries_limit": "2"
}

View File

@@ -1,13 +1,13 @@
{
"title": "Home",
"content": "<h1 style=\"text-align: center;\">\r\n Welcome!\r\n</h1>\r\n<p style=\"text-align: center;\" class=\"lead\">\r\n Welcome to your new Flextype powered website.\r\n <br>\r\n Flextype is succesfully installed, you can start editing the content and customising your site in <a href=\"./admin\">Admin panel</a>.\r\n</p>\r\n<br>\r\n<p style=\"text-align: center;\">Latest blog posts:</p>\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": "<h1 style=\"text-align: center;\">\r\n Welcome!\r\n</h1>\r\n<p style=\"text-align: center;\" class=\"lead\">\r\n Welcome to your new Flextype powered website.\r\n <br>\r\n Flextype is succesfully installed, you can start editing the content and customising your site in <a href=\"./admin\">Admin panel</a>.\r\n</p>\r\n<br>\r\n<p style=\"text-align: center;\">Latest blog posts:</p>\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"
}