Skip to content

Commit 00b6c6b

Browse files
authored
Merge pull request #179 from Chi-teck/new-generator-list
Remove CKEditor generator and Miscellaneous generators
2 parents e2ddb22 + e6f9629 commit 00b6c6b

File tree

38 files changed

+179
-1280
lines changed

38 files changed

+179
-1280
lines changed

scripts/sut-tests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ if [[ $test_filter = all || $test_filter = plugin ]]; then
229229

230230
$dcg plugin:action -a qux -a 'Update node field' -a qux_update_node_field -a UpdateNodeField -a DCG -a node -a Yes -a No
231231
$dcg plugin:block -a qux -a Example -a example -a ExampleBlock -a DCG -a Yes -a No -a No
232-
$dcg plugin:ckeditor -a qux -a 'Pooh Bear' -a qux_pooh_bear
233232
$dcg plugin:condition -a qux -a Example -a example -a Example -a No
234233
$dcg plugin:entity-reference-selection -a qux -a Qux -a node -a Example -a qux_example -a Example -a Yes
235234
$dcg plugin:filter -a qux -a Qux -a Example -a example -a Example -a 'HTML restrictor' -a Yes -a No
@@ -240,8 +239,6 @@ if [[ $test_filter = all || $test_filter = plugin ]]; then
240239

241240
dcg_phpcs .
242241
dcg_module_install $module_machine_name
243-
echo 'Build CKEditor plugin...'
244-
npm install && npm run build
245242
dcg_phpunit $drupal_dir/modules/$module_machine_name/tests
246243
dcg_module_uninstall $module_machine_name
247244
fi

src/Command/Miscellaneous/ApacheVirtualHost.php

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/Command/Miscellaneous/NginxVirtualHost.php

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/Command/Plugin/CKEditor.php

Lines changed: 0 additions & 54 deletions
This file was deleted.

templates/Miscellaneous/_apache-virtual-host/host-ssl.twig

Lines changed: 0 additions & 23 deletions
This file was deleted.

templates/Miscellaneous/_apache-virtual-host/host.twig

Lines changed: 0 additions & 13 deletions
This file was deleted.

templates/Miscellaneous/_nginx-virtual-host/host.twig

Lines changed: 0 additions & 102 deletions
This file was deleted.

templates/Plugin/_ckeditor/css/model.admin.css.twig

Lines changed: 0 additions & 3 deletions
This file was deleted.

templates/Plugin/_ckeditor/gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

templates/Plugin/_ckeditor/icons/example.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)