forked from creame/connect-polylang-elementor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1.07 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "deckerweb/connect-polylang-elementor",
"description": "WordPress plugin that connects the Polylang multilingual plugin with Elementor Page Builder: It helps showing the correct language templates, especially with Elementor Pro Theme Builder. Plus: native Polylang Language Switcher Elementor widget, new Dynamic Tags, and Polylang links added to the Elementor Finder feature.",
"keywords": [
"elementor",
"polylang",
"multilingual",
"languages",
"templates",
"conditions"
],
"type": "wordpress-plugin",
"homepage": "https://github.com/deckerweb/connect-polylang-elementor",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "David Decker",
"homepage": "https://deckerweb.de/",
"role": "Developer"
},
{
"name": "Pacotole",
"homepage": "https://crea.me/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/creame/connect-polylang-elementor/issues",
"source": "https://github.com/creame/connect-polylang-elementor"
},
"require": {
"php": ">=5.6"
}
}