seitime-frappe/frappe/website/module_onboarding/website/website.json
Michelle Alva daa479434a
fix: update success message (#10950)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-07-10 19:05:48 +05:30

38 lines
775 B
JSON

{
"allow_roles": [
{
"role": "Website Manager"
}
],
"creation": "2020-04-26 13:03:30.405135",
"docstatus": 0,
"doctype": "Module Onboarding",
"documentation_url": "https://docs.erpnext.com/docs/user/manual/en/website",
"idx": 0,
"is_complete": 0,
"modified": "2020-07-08 14:06:24.785922",
"modified_by": "Administrator",
"module": "Website",
"name": "Website",
"owner": "Administrator",
"steps": [
{
"step": "Introduction to Website"
},
{
"step": "Create Blogger"
},
{
"step": "Add Blog Category"
},
{
"step": "Enable Website Tracking"
},
{
"step": "Web Page Tour"
}
],
"subtitle": "Blogs, Website View Tracking, and more.",
"success_message": "Your website is all set up!",
"title": "Let's Set Up Your Website."
}