Skip to content

Commit d89c786

Browse files
committed
Position block and add Instagram Block credentials
...set to SECRET, of course. https://github.com/18F/nsf/issues/155
1 parent aacea8a commit d89c786

File tree

4 files changed

+35
-0
lines changed

4 files changed

+35
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ services:
3636
"BRIGHTCOVE_ACCOUNT": "SECRET",
3737
"BRIGHTCOVE_CLIENT": "SECRET",
3838
"BRIGHTCOVE_SECRET": "SECRET",
39+
"INSTAGRAM_ACCESS_TOKEN": "SECRET",
3940
"CRON_KEY": "SECRET",
4041
"HASH_SALT": "SECRET",
4142
"ROOT_USER_NAME": "root",

manifest-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ default_config: &defaults
99
# "BRIGHTCOVE_ACCOUNT": ...
1010
# "BRIGHTCOVE_CLIENT": ...
1111
# "BRIGHTCOVE_SECRET": ...
12+
# "INSTAGRAM_ACCESS_TOKEN": ...
1213
# "CRON_KEY": ...
1314
# "HASH_SALT": ...
1415
# "ROOT_USER_NAME": ...,

manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ default_config: &defaults
99
# "BRIGHTCOVE_ACCOUNT": ...
1010
# "BRIGHTCOVE_CLIENT": ...
1111
# "BRIGHTCOVE_SECRET": ...
12+
# "INSTAGRAM_ACCESS_TOKEN": ...
1213
# "CRON_KEY": ...
1314
# "HASH_SALT": ...
1415
# "ROOT_USER_NAME": ...,
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
uuid: 4fe47205-ad99-41c4-b10e-a7303517f0b2
2+
langcode: en
3+
status: true
4+
dependencies:
5+
module:
6+
- instagram_block
7+
- system
8+
theme:
9+
- nsf
10+
id: instagramblock
11+
theme: nsf
12+
region: content
13+
weight: -5
14+
provider: null
15+
plugin: instagram_block_block
16+
settings:
17+
id: instagram_block_block
18+
label: 'NSF on Instagram'
19+
provider: instagram_block
20+
label_display: visible
21+
access_token: SECRET
22+
count: 6
23+
width: 250
24+
height: 250
25+
img_resolution: thumbnail
26+
cache_time_minutes: 1440
27+
visibility:
28+
request_path:
29+
id: request_path
30+
pages: '<front>'
31+
negate: false
32+
context_mapping: { }

0 commit comments

Comments
 (0)