/
scamii
/
scam-dev
Обзор
Документация
Войти
/
scamii
/
scam-dev
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
1
CI/CD
Аналитика
Безопасность
develop
plugins/scam-dev-gallery/block.json
25 строк
580 B
github-actions[bot]
fix: remediate repository audit findings
10 июл 2026, 07:12
10 июл 2026, 07:12
8b37701
Код
Авторство
О чём код?
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "scamdev/gallery", "title": "Галерея (Scam Dev)", "category": "media", "icon": "format-gallery", "description": "Галерея изображений с сеткой и доступным лайтбоксом.", "textdomain": "scam-dev-gallery", "attributes": { "cols": { "type": "number", "default": 3 }, "galleryId": { "type": "number", "default": 0 } }, "supports": { "align": true }, "editorScript": "file:./block.js", "render": "file:./render.php" }