Skip to content

Instantly share code, notes, and snippets.

@Dmi3yy
Dmi3yy / gist:2da17345eacacbe04a89e8c1cc53f348
Created November 17, 2019 09:02
Evolution CMS Lessons: Templates part 1
1 Templates 1 part
Подключаем debug и tracy:
core/custom/config/app/debug.php
<?php return true;
core/custom/config/tracy/active.php
<?php return 'manager';
@agragregra
agragregra / migx-sample.js
Last active January 24, 2023 08:35
MIGX Sample
Tabs:
[
{"caption":"Tab Title", "fields": [
{"field":"title","caption":"Name"},
{"field":"description","caption":"Description","inputTVtype":"textarea"},
{"field":"imageTV","caption":"Photo","inputTV":"imageTV"}
]}
]
Table: