plugin-registry/plugins/wpcy-template-connector.json
linuxjoy 39512962ca
Some checks failed
gitleaks 密钥泄露扫描 / gitleaks (push) Has been cancelled
Update WPCY Template Connector metadata
2026-06-07 17:31:41 +08:00

22 lines
657 B
JSON

{
"$schema": "../schema.json",
"slug": "wpcy-template-connector",
"name": "WPCY Template Connector",
"type": "plugin",
"repo": "kekechong/wpcy-template-connector",
"main_file": "wpcy-template-connector.php",
"description": "Connects Elementor's remote template library to templates.wpcy.net and routes template imports through the WPCY template repository.",
"homepage": "https://wpcy.com",
"author": "WPCY.COM",
"author_uri": "https://wpcy.com",
"license": "GPL-2.0-or-later",
"requires_wp": "6.0",
"requires_php": "7.4",
"tested_wp": "6.8",
"tags": [
"elementor",
"templates",
"connector"
],
"active": true
}