forked from Daandelange/kirby-TranslatedLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·36 lines (36 loc) · 892 Bytes
/
composer.json
File metadata and controls
executable file
·36 lines (36 loc) · 892 Bytes
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
35
36
{
"version": "1.0.5",
"name": "daandelange/translatedlayout",
"description": "Layout and blocks fields with embedded translation logic.",
"type": "kirby-plugin",
"license": "MIT",
"homepage": "https://github.com/daandelange/kirby-translatedlayout",
"author": "Daan de Lange",
"authors": [
{
"name": "Daan de Lange",
"homepage": "https://daandelange.com/"
}
],
"keywords": [
"kirby5",
"kirby3",
"kirby-cms",
"kirby-plugin",
"kirby-field-plugin",
"kirby-panel-plugin"
],
"require": {
"getkirby/composer-installer": "^1.2"
},
"conflict": {
"getkirby/cms": "<5.0.0-beta.6"
},
"extra": {
"installer-name": "translatedlayout"
},
"support": {
"docs": "https://github.com/daandelange/kirby-translatedlayout/blob/main/README.md",
"source": "https://github.com/daandelange/kirby-translatedlayout"
}
}