File tree Expand file tree Collapse file tree 4 files changed +35
-0
lines changed
Expand file tree Collapse file tree 4 files changed +35
-0
lines changed Original file line number Diff line number Diff 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",
Original file line number Diff line number Diff 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": ...,
Original file line number Diff line number Diff 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": ...,
Original file line number Diff line number Diff line change 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 : { }
You can’t perform that action at this time.
0 commit comments