{% extends 'base.html' %} {% block title %}Plugin Directives{% endblock %} {% block headerjs %} {% endblock %} {% block content %}
This section is currently in read only mode and any setting changes will not be saved. This will be updated in future versions.

Plugin Directives

View of the plugin settings and the types of custom plugins that NCPA can run.

Secs
{% for directive in directives %} {% if directive[0] != 'plugin_path' %}
{% endif %} {% endfor %}
{% endblock %}