Skip to content

Commit 1f2def1

Browse files
committed
set defaults for sessionize blocks
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent e2b28ce commit 1f2def1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • web/wp-content/plugins/sessionize-blocks/blocks/sessionize-speakers

web/wp-content/plugins/sessionize-blocks/blocks/sessionize-speakers/block.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@
1111
"attributes": {
1212
"apiCode": {
1313
"type": "string",
14-
"default": "pc6leesj"
14+
"default": ""
1515
},
1616
"scheduleBaseUrl": {
1717
"type": "string",
1818
"default": ""
1919
},
2020
"companyQuestionId": {
2121
"type": "string",
22-
"default": "60107"
22+
"default": "Company"
2323
},
2424
"speakerTitleQuestionId": {
2525
"type": "string",
26-
"default": "60108"
26+
"default": "Speaker Title"
2727
},
2828
"companyLogoUrlQuestionId": {
2929
"type": "string",
30-
"default": "124072"
30+
"default": "Company URL"
3131
},
3232
"companyLogoUploadQuestionId": {
3333
"type": "string",
34-
"default": "124073"
34+
"default": "Company Logo"
3535
},
3636
"topSpeakersOnly": {
3737
"type": "boolean",
@@ -51,11 +51,11 @@
5151
},
5252
"timeFormat": {
5353
"type": "string",
54-
"default": "24h"
54+
"default": "12h"
5555
},
5656
"dateFormat": {
5757
"type": "string",
58-
"default": "dmy"
58+
"default": "mdy"
5959
},
6060
"sessionLinkBehavior": {
6161
"type": "string",

0 commit comments

Comments
 (0)