Modularización de GKACHELE SaaS
This commit is contained in:
32
demo/themes/restaurante-asiatico/config.json
Normal file
32
demo/themes/restaurante-asiatico/config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "Restaurante Asiático",
|
||||
"rubro": "restaurante",
|
||||
"description": "Tema moderno y elegante para restaurantes asiáticos",
|
||||
"sections": [
|
||||
"hero",
|
||||
"menu",
|
||||
"horarios",
|
||||
"reservas",
|
||||
"especialidad_culinaria",
|
||||
"galeria",
|
||||
"contacto"
|
||||
],
|
||||
"colors": {
|
||||
"primary": "#e63946",
|
||||
"secondary": "#f77f00",
|
||||
"accent": "#fcbf49",
|
||||
"text": "#1d3557"
|
||||
},
|
||||
"typography": {
|
||||
"font_family": "Roboto",
|
||||
"headings": "Oswald"
|
||||
},
|
||||
"features": {
|
||||
"menu_url": true,
|
||||
"horarios": true,
|
||||
"reservas": true,
|
||||
"capacidad": true,
|
||||
"especialidad_culinaria": true,
|
||||
"galeria": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user