Extreme Redesign V4.2: Studio Restoration with Grid/colSpan support
Some checks failed
Deploy GKACHELE App / deploy (push) Has been cancelled

This commit is contained in:
komkida91
2026-02-02 21:29:20 +01:00
parent 301d4b06a5
commit 9af3c828ce
4 changed files with 2446 additions and 1472 deletions

View File

@@ -87,7 +87,8 @@ def customizer_view(site_id):
theme_template=theme_template,
theme_config=theme_config,
available_themes=available_themes,
user_plan=user_plan)
user_plan=user_plan,
user_rubro=user_rubro)
@customizer_bp.route('/api/customizer/save', methods=['POST'])
def save_customizer():