PluginProbe ʕ •ᴥ•ʔ
Redux Framework / 4.3.24
Redux Framework v4.3.24
trunk 4.3.0 4.3.1 4.3.10 4.3.11 4.3.12 4.3.13 4.3.14 4.3.15 4.3.16 4.3.17 4.3.18 4.3.19 4.3.2 4.3.20 4.3.21 4.3.22 4.3.24 4.3.25 4.3.26 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.8 4.3.9 4.4.0 4.4.1 4.4.10 4.4.11 4.4.12 4.4.13 4.4.14 4.4.15 4.4.16 4.4.17 4.4.18 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5.0 4.5.1 4.5.10 4.5.11 4.5.2 4.5.3 4.5.4 4.5.6 4.5.7 4.5.8 4.5.9
redux-framework / extendify-sdk / config.json
redux-framework / extendify-sdk Last commit date
app 3 years ago editorplus 3 years ago public 3 years ago routes 3 years ago src 3 years ago utility-framework 3 years ago vendor 3 years ago LICENSE 4 years ago bootstrap.php 3 years ago config.json 3 years ago cypress.config.js 3 years ago extendify.php 4 years ago loader.php 4 years ago postcss.config.js 3 years ago readme.txt 3 years ago webpack.config.js 3 years ago
config.json
16 lines
1 {
2 "api": {
3 "onboarding": "https://dashboard.extendify.com/api/onboarding",
4 "onboarding-dev": "https://testing.extendify.com/api/onboarding",
5 "onboarding-local": "http://templates.test/api/onboarding",
6
7 "assist": "https://dashboard.extendify.com/api/assist",
8 "assist-dev": "https://testing.extendify.com/api/assist",
9 "assist-local": "http://templates.test/api/assist",
10
11 "live": "https://dashboard.extendify.com/api",
12 "dev": "https://testing.extendify.com/api",
13 "local": "http://templates.test/api"
14 }
15 }
16