-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
executable file
·63 lines (44 loc) · 1.47 KB
/
README
File metadata and controls
executable file
·63 lines (44 loc) · 1.47 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Recommended modules
* Installation
* Configuration
* Troubleshooting
* FAQ
* Maintainers
INTRODUCTION
------------
Collection of Drush Commands for Drupal 8 that allows you to perform useful operations like reset language, url or content type.
* Unset the node promoted value. So you can bulk remove the "promoted" flag to all node of some content type
* Slug.
After installing https://www.drupal.org/project/pathauto
only the entities with flag "Generate automatic URL alias" set to true
This operation change those flag and rebuild the path
* Change the type of a node.
Pay attention: this can produce garbage in your db if content type do not support additional field related to the changing node
* Set a consistent language of those node where language is set to UND
REQUIREMENTS
------------
* https://www.drush.org (Version 9)
* https://www.drupal.org/project/pathauto (Only if want to use it)
RECOMMENDED MODULES
-------------------
* None.
INSTALLATION
------------
* Install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/documentation/install/modules-themes/modules-8
for further information.
CONFIGURATION
-------------
* No global configuration.
TROUBLESHOOTING
---------------
FAQ
---
MAINTAINERS
-----------
Current maintainers:
* Emanuel Righetto (erighetto) - https://www.drupal.org/u/emanuelrighetto