seb contents

This commit is contained in:
CHIEFSOFT\ameye
2025-10-18 04:18:06 -04:00
parent 88e96bf70a
commit 9d7909fb42
5 changed files with 62 additions and 3 deletions
+8
View File
@@ -74,3 +74,11 @@ class SettingsItemsData:
"list_order": 1},
}
return data
@staticmethod
def get_site_blog_connect_settings():
data = {
"boolean_blog_connect_show": {"name": 'Show Blog Section', "controls": 'SELECT_NO_YES',
"active": True, "list_order": 0},
}
return data