Skip to content

Commit aacea8a

Browse files
committed
Add Instagram Block module
This commit includes and enables the module but not its configuration. https://github.com/18F/nsf/issues/155
1 parent 9e99081 commit aacea8a

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"drupal/entity_embed": "^1.0@beta",
3434
"drupal/features": "^3.5",
3535
"drupal/inline_entity_form": "^1.0@beta",
36+
"drupal/instagram_block": "^2.0",
3637
"drupal/media_entity": "^1.7",
3738
"drupal/pathauto": "^1.1",
3839
"drupal/rules": "^3.0@alpha",

composer.lock

Lines changed: 52 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/sites/default/config/core.extension.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module:
4141
image: 0
4242
inline_entity_form: 0
4343
inline_form_errors: 0
44+
instagram_block: 0
4445
link: 0
4546
media_entity: 0
4647
media_entity_brightcove: 0

0 commit comments

Comments
 (0)