{% extends "./settings_form.html" %}
{% block inner_children %}
{% include "wagtailadmin/block_forms/base_block_settings_field.html" with col_size=12 col_md=6 col_lg=9 child=children.toolbar %}
{% include "wagtailadmin/block_forms/base_block_settings_field.html" with col_size=12 col_md=6 col_lg=3 child=children.class_name %}
{% endblock %}