chore: fixed settings

This commit is contained in:
Jannat Patel
2025-04-22 16:17:29 +05:30
parent 66d4798db3
commit 470123c77a
7 changed files with 37 additions and 11 deletions

View File

@@ -61,7 +61,10 @@
"column_break_uwsp",
"payment_reminder_template",
"seo_tab",
"meta_description"
"meta_description",
"meta_image",
"column_break_xijv",
"meta_keywords"
],
"fields": [
{
@@ -106,7 +109,7 @@
"default": "0",
"fieldname": "user_category",
"fieldtype": "Check",
"label": "Identify User Persona"
"label": "Identify User Category"
},
{
"default": "0",
@@ -372,6 +375,22 @@
"fieldtype": "Small Text",
"label": "Meta Description"
},
{
"description": "This image will be shown on lists and pages that don't have an image by default",
"fieldname": "meta_image",
"fieldtype": "Attach Image",
"label": "Meta Image"
},
{
"fieldname": "column_break_xijv",
"fieldtype": "Column Break"
},
{
"description": "Common keywords that will be used for all pages",
"fieldname": "meta_keywords",
"fieldtype": "Small Text",
"label": "Meta Keywords"
},
{
"default": "0",
"fieldname": "persona_captured",
@@ -384,8 +403,8 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2025-04-22 14:34:19.656896",
"modified_by": "Administrator",
"modified": "2025-04-22 16:05:27.914422",
"modified_by": "sayali@frappe.io",
"module": "LMS",
"name": "LMS Settings",
"owner": "Administrator",

View File

@@ -2167,3 +2167,7 @@ def get_palette(full_name):
hash_name = hashlib.md5(encoded_name).hexdigest()
idx = cint((int(hash_name[4:6], 16) + 1) / 5.33)
return palette[idx % 8]
def persona_captured():
frappe.db.set_single_value("LMS Settings", "persona_captured", 1)