mock-xblock-editor.underscore 379 Bytes
Newer Older
1
<div class="xblock xblock-studio_view" data-runtime-version="1" data-usage-id="i4x:;_;_edX;_mock"
2
     data-init="MockXBlock" data-runtime-class="StudioRuntime" tabindex="0">
3

4 5 6 7 8
    <div class="mock-xblock">
        <h3>Mock XBlock Editor</h3>
        <div class="metadata_edit"></div>
        <textarea data-metadata-name="custom_field">Custom Value</textarea>
    </div>
9 10

</div>