-
- Downloads
Issue #2908496 Paragraphs paste feature
Showing
- .nvmrc 1 addition, 0 deletions.nvmrc
- composer.json 1 addition, 0 deletionscomposer.json
- docs/.vuepress/config.js 1 addition, 0 deletionsdocs/.vuepress/config.js
- docs/contributing.md 1 addition, 0 deletionsdocs/contributing.md
- docs/developer-guide/paragraphs_paste.md 92 additions, 0 deletionsdocs/developer-guide/paragraphs_paste.md
- modules/thunder_paragraphs_paste/thunder_paragraphs_paste.info.yml 8 additions, 0 deletions...hunder_paragraphs_paste/thunder_paragraphs_paste.info.yml
- modules/thunder_paragraphs_paste/thunder_paragraphs_paste.install 40 additions, 0 deletions...thunder_paragraphs_paste/thunder_paragraphs_paste.install
- package-lock.json 5958 additions, 695 deletionspackage-lock.json
- package.json 0 additions, 1 deletionpackage.json
- src/Installer/Form/ModuleConfigureForm.php 8 additions, 0 deletionssrc/Installer/Form/ModuleConfigureForm.php
- tests/src/FunctionalJavascript/Integration/ParagraphsPasteTest.php 148 additions, 0 deletions.../FunctionalJavascript/Integration/ParagraphsPasteTest.php
.nvmrc
0 → 100644
... | ... | @@ -100,6 +100,7 @@ |
"drupal/metatag_async_widget": "^1.0-alpha2", | ||
"drupal/paragraphs": "^1.12", | ||
"drupal/paragraphs_features": "^1.15", | ||
"drupal/paragraphs_paste": "^2.0@BETA", | ||
"drupal/password_policy": "3.1", | ||
"drupal/pathauto": "^1.9", | ||
"drupal/responsive_preview": "^1.0-alpha7", | ||
... | ... |
docs/developer-guide/paragraphs_paste.md
0 → 100644
This diff is collapsed.
... | ... | @@ -22,7 +22,6 @@ |
"request-promise": "^4.2.6", | ||
"vuepress": "^2.0.0-beta.33" | ||
}, | ||
"dependencies": {}, | ||
"scripts": { | ||
"docs:dev": "vuepress dev docs", | ||
"docs:build": "vuepress build docs" | ||
... | ... |
Please register or sign in to comment