testimonial show

This commit is contained in:
CHIEFSOFT\ameye
2025-09-03 20:07:38 -04:00
parent 60c3158caa
commit d4c8b502f1
2 changed files with 53 additions and 18 deletions
+8
View File
@@ -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 = {