Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider refactoring to use StudioEditableXBlockMixin #93

Open
pdpinch opened this issue May 8, 2015 · 1 comment
Open

Consider refactoring to use StudioEditableXBlockMixin #93

pdpinch opened this issue May 8, 2015 · 1 comment
Assignees

Comments

@pdpinch
Copy link
Member

pdpinch commented May 8, 2015

This mixin will automatically generate a working studio_view form that allows content authors to edit the fields of your XBlock. To use, simply add the class to your base class list, and add a new class field called editable_fields, set to a tuple of the names of the fields you want your user to be able to edit.

See openedx-unsupported/xblock-utils#5

@pdpinch pdpinch added the P1 label Aug 21, 2015
@pdpinch pdpinch self-assigned this Aug 24, 2015
@pdpinch
Copy link
Member Author

pdpinch commented Aug 24, 2015

How much of this has already been done?

@pdpinch pdpinch removed the P1 label Aug 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant