testimonial show
This commit is contained in:
@@ -40,6 +40,14 @@ class SettingsItemsData:
|
||||
}
|
||||
return data
|
||||
|
||||
@staticmethod
|
||||
def get_site_testimonial_settings():
|
||||
data = {
|
||||
"boolean_testimonial_show": {"name": 'Show testimonial section', "controls": 'SELECT_NO_YES', "active": True},
|
||||
"testimonial_description": { "name": 'Description', "controls": 'TEXT', "active": True },
|
||||
}
|
||||
return data
|
||||
|
||||
@staticmethod
|
||||
def get_site_about_items():
|
||||
data = {
|
||||
|
||||
Reference in New Issue
Block a user