Skip to content

Commit 8f560b4

Browse files
authored
Merge pull request #18 from complexdatacollective/feature/force-directed-layout
Add `behaviours.automaticLayout.enabled` property to Sociogram
2 parents e2bb070 + 03fd0e0 commit 8f560b4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
uses: actions/checkout@v2
2525
with:
2626
repository: complexdatacollective/protocol-validation
27+
ref: feature/schema-version-6
2728
path: protocol-validation
2829

2930
- name: Install protocol validation
3031
run: |
3132
cd protocol-validation
32-
git checkout master
3333
npm install
3434
3535
- name: Validate protocol

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
uses: actions/checkout@v2
2626
with:
2727
repository: complexdatacollective/protocol-validation
28+
ref: feature/schema-version-6
2829
path: protocol-validation
2930

3031
- name: Install protocol validation
3132
run: |
3233
cd protocol-validation
33-
git checkout master
3434
npm install
3535
3636
- name: Validate protocol

protocol.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "The Network Canvas development protocol is designed for our team to test new features. It is not intended for general use.",
33
"lastModified": "2021-04-06T11:09:14.146Z",
4-
"schemaVersion": 5,
4+
"schemaVersion": 6,
55
"codebook": {
66
"node": {
77
"4aebf73e-95e3-4fd1-95e7-237dcc4a4466": {
@@ -1433,6 +1433,11 @@
14331433
"concentricCircles": 4,
14341434
"skewedTowardCenter": true
14351435
},
1436+
"behaviours": {
1437+
"automaticLayout": {
1438+
"enabled": true
1439+
}
1440+
},
14361441
"prompts": [
14371442
{
14381443
"id": "closeness1",

0 commit comments

Comments
 (0)