{% extends 'extras/configcontextschema/base.html' %} {% load helpers %} {% load plugins %} {% block content %}
Config Context Schema
{% if object.owner %} {% endif %}
Name {{ object.name }}
Owner {{ object.owner }}
Description {{ object.description|placeholder }}
{% include 'inc/custom_fields_panel.html' %} {% include 'inc/relationships_panel.html' %} {% plugin_left_page object %}
Data Schema {% include 'extras/inc/json_format.html' %}
{% include 'extras/inc/json_data.html' with data=object.data_schema format=format %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}