-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Description
Ever since the early days, the XBlock base class has defined a name field:
Line 683 in 9d9c1c9
| name = String(help="Short name for the block", scope=Scope.settings) |
This is different than the display_name field which edx-platform expects.
Is this used anywhere? Can we delete it?
Related... can we elevate display_name up to the XBlock base class without breaking backwards compatibility?
Metadata
Metadata
Assignees
Labels
No labels