seb contents
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user