Newer
Older
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
37
{
"name": "drupal/allowed_formats",
"description": "Limit which text formats are available for each field instance.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/allowed_formats",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Northern Commerce (formerly Digital Echidna)",
"homepage": "https://www.drupal.org/northern-commerce-formerly-digital-echidna",
"role": "Supporting organization"
},
{
"name": "Jordan Thompson (nord102)",
"homepage": "https://www.drupal.org/u/nord102",
"role": "Maintainer"
},
{
"name": "Wunder",
"homepage": "https://www.drupal.org/wunder",
"role": "Supporting organization"
},
{
"name": "Florian Loretan (floretan)",
"homepage": "https://www.drupal.org/u/floretan",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/allowed_formats",
"source": "http://cgit.drupalcode.org/allowed_formats"
},
"require": {
"drupal/core": "^8.8 || ^9"
}
}