mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
added blog settings and metadata
This commit is contained in:
@@ -37,6 +37,12 @@ wn.module_page["Website"] = [
|
||||
description: wn._("Categorize blog posts."),
|
||||
doctype:"Blog Category"
|
||||
},
|
||||
{
|
||||
label: wn._("Blog Settings"),
|
||||
description: wn._("Write titles and introductions to your blog."),
|
||||
doctype:"Blog Settings",
|
||||
route: "Form/Blog Settings"
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user