forked from naveenvalecha/content_moderation_actions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.38 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.38 KB
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
38
39
40
41
{
"name": "uceap-it/content_moderation_actions",
"description": "UI/UX for adding system actions for setting a content entity type to a specific state in a specific workflow under drupal core's",
"keywords": ["Drupal", "Content", "Moderation", "workflow", "actions", "content_moderation"],
"type": "drupal-module",
"license": "MIT",
"authors": [
{
"name": "Daniel Wehner",
"homepage": "https://github.com/dawehner",
"role": "Developer"
},
{
"name": "Naveen Valecha",
"homepage": "https://github.com/naveenvalecha",
"role": "Developer"
},
{
"name": "Jibran Ijaz",
"homepage": "https://www.drupal.org/u/jibran",
"role": "Developer"
},
{
"name": "Shaun Drong",
"homepage": "https://github.com/shaundrong",
"role": "Developer"
},
{
"name": "Jakob Larsen",
"homepage": "https://github.com/googletorp",
"role": "Developer"
}
],
"minimum-stability": "dev",
"require": {},
"support": {
"issues": "https://github.com/UCEAP-IT/content_moderation_actions/issues",
"source": "https://github.com/UCEAP-IT/content_moderation_actions",
"docs": "https://github.com/UCEAP-IT/content_moderation_actions"
}
}