mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
added blog category and other updates to website module
This commit is contained in:
@@ -11,23 +11,35 @@ wn.module_page["Website"] = [
|
||||
description: wn._("Content web page."),
|
||||
doctype:"Web Page"
|
||||
},
|
||||
{
|
||||
label: wn._("Blog"),
|
||||
description: wn._("Blog entry."),
|
||||
doctype:"Blog"
|
||||
},
|
||||
{
|
||||
label: wn._("Website Slideshow"),
|
||||
description: wn._("Embed image slideshows in website pages."),
|
||||
doctype:"Website Slideshow"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: wn._("Blog"),
|
||||
icon: "icon-edit",
|
||||
items: [
|
||||
{
|
||||
label: wn._("Blog"),
|
||||
description: wn._("Blog post."),
|
||||
doctype:"Blog"
|
||||
},
|
||||
{
|
||||
label: wn._("Blogger"),
|
||||
description: wn._("Profile of a blog writer."),
|
||||
doctype:"Blogger"
|
||||
},
|
||||
{
|
||||
label: wn._("Blog Category"),
|
||||
description: wn._("Categorize blog posts."),
|
||||
doctype:"Blogger"
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
title: wn._("Website Overall Settings"),
|
||||
icon: "icon-wrench",
|
||||
|
||||
Reference in New Issue
Block a user