Commit f9e8653a by marjev

Set correct default values

parent a5be4e1c
...@@ -42,7 +42,7 @@ class GoogleCalendarBlock(XBlock): ...@@ -42,7 +42,7 @@ class GoogleCalendarBlock(XBlock):
display_name="Public Calendar ID", display_name="Public Calendar ID",
help="Google provides an ID for publicly available calendars. In the Google Calendar, open Settings and copy the ID from the Calendar Address section into this field.", help="Google provides an ID for publicly available calendars. In the Google Calendar, open Settings and copy the ID from the Calendar Address section into this field.",
scope=Scope.settings, scope=Scope.settings,
default="edx.org_vme83q0j2v52mbhjncvfd5uqs8@group.calendar.google.com" default="edx.org_lom804qe3ttspplj1bgeu1l3ak@group.calendar.google.com"
) )
# 0=Week, 1=Month, 2=Agenda # 0=Week, 1=Month, 2=Agenda
......
...@@ -45,7 +45,7 @@ class GoogleDocumentBlock(XBlock): ...@@ -45,7 +45,7 @@ class GoogleDocumentBlock(XBlock):
scope=Scope.settings, scope=Scope.settings,
default=textwrap.dedent(""" default=textwrap.dedent("""
<iframe <iframe
src="https://docs.google.com/presentation/d/1B22AsMwG7jgE39vm1BuiJClir_JUz1q077cPEKJR2mI/embed?start=false&loop=false&delayms=3000" src="https://docs.google.com/presentation/d/1x2ZuzqHsMoh1epK8VsGAlanSo7r9z55ualwQlj-ofBQ/embed?start=true&loop=true&delayms=10000"
frameborder="0" frameborder="0"
width="960" width="960"
height="569" height="569"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment