-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
22 lines (22 loc) · 968 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"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"
}
],
"support": {
"issues": "https://github.com/deckerweb/connect-polylang-elementor/issues",
"source": "https://github.com/deckerweb/connect-polylang-elementor"
},
"require": {
"php": ">=5.6"
}
}