davidjrh/dnn.bot

The Package Type in the DNN manifest should be Library

Closed this issue · 1 comments

Since there is no UI for the DNN Bot, and there is nothing to add to the page, this should be registered as a library instead of a module.

Change this:
<package name="DnnBot" type="Module" version="01.00.00">

To this:
<package name="DnnBot" type="Library" version="01.00.00">

Added the SPA module made by @jbrinkman on commit 8d044ea so it is no need to change this.