QueriumCorp/swxblock

Add the StudioEditableXBlockMixin

Closed this issue · 1 comments

Matthew Harrington [3:58 AM]

@jim Van Riper If you're using StudioEditableXBlockMixin add display_name to add that display name as a field, i.e. display_name = String(display_name="Display name", default='XBlock name or something', scope=Scope.settings)

More info here. openedx-unsupported/xblock-utils#5

Did this