-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsalla-theme.config
More file actions
108 lines (91 loc) · 2.47 KB
/
salla-theme.config
File metadata and controls
108 lines (91 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Noor Theme Configuration for Salla Platform
# ملف التكوين الأساسي لثيم نور - منصة سلة
# Theme Information
theme.name=Noor
theme.version=1.0.0
theme.author=Noor Design Team
theme.description=ثيم احترافي متكامل لمنصة سلة مصمم خصيصاً للمتاجر الفاخرة والعطور والإكسسوارات
# Build Configuration
build.output_dir=dist
build.assets_dir=assets
build.templates_dir=templates
build.locales_dir=locales
# Asset Management
assets.css.main=assets/style.css
assets.js.main=assets/main.js
assets.fonts.dir=assets/fonts
assets.images.dir=assets/images
# Template Configuration
templates.home=templates/home.twig
templates.product=templates/product.twig
templates.category=templates/category.twig
templates.landing=templates/landing.twig
templates.layout=templates/layout.twig
# Localization
locales.default=ar
locales.supported=ar,en
locales.rtl=true
# Performance Settings
performance.minify_css=true
performance.minify_js=true
performance.optimize_images=true
performance.lazy_loading=true
performance.cache_templates=true
# SEO Configuration
seo.meta_tags=true
seo.structured_data=true
seo.sitemap=true
seo.breadcrumbs=true
# Feature Flags
features.dark_mode=true
features.wishlist=true
features.compare=true
features.reviews=true
features.social_share=true
features.advanced_search=true
features.mega_menu=true
# Color Scheme
colors.primary=#3A6B83
colors.secondary=#F5F5F0
colors.text=#333333
colors.accent=#E8B856
colors.background=#FFFFFF
# Typography
typography.font_family=Tajawal, Cairo, Inter
typography.font_size=16px
typography.line_height=1.6
# Layout Settings
layout.container_width=1200px
layout.grid_columns=12
layout.breakpoint_mobile=768px
layout.breakpoint_tablet=1024px
# Product Display
product.image_ratio=1:1
product.gallery_thumbnails=true
product.zoom_enabled=true
product.related_count=4
# Category Settings
category.products_per_page=12
category.filters_sidebar=true
category.sort_options=true
category.pagination_type=numbers
# Cart & Checkout
cart.mini_cart=true
cart.ajax_add=true
checkout.guest_checkout=true
checkout.social_login=true
# Footer Configuration
footer.newsletter=true
footer.social_links=true
footer.payment_methods=true
footer.quick_links=true
# Header Configuration
header.search_bar=true
header.user_menu=true
header.cart_icon=true
header.sticky=true
# Advanced Features
advanced.custom_css=true
advanced.google_analytics=true
advanced.facebook_pixel=true
advanced.custom_js=true