Lists the authors of projects on the Manage Modules Window. If a url is provided in the module.json file, it will make the version tag link to the module url.
It would be great to be able to differentiate and sort the module list by whether or not modules are tagged as content packs.
Content packs would be defined as modules with no scripts or esmodules, purely adding Compendium Packs and CSS files.
The above two prerequisites would make for the bulk of content modules, but of course some do introduce scripts to aid in importing process or making the content more interactive. As such, it should be possible for users to manually tag modules as content packs, as well as let creators add a flag in the module.json to indicate that the module is just content and no additional functionality.
It would be great to be able to differentiate and sort the module list by whether or not modules are tagged as content packs.
Content packs would be defined as modules with no
scripts
oresmodules
, purely adding Compendium Packs and CSS files.The above two prerequisites would make for the bulk of content modules, but of course some do introduce scripts to aid in importing process or making the content more interactive. As such, it should be possible for users to manually tag modules as content packs, as well as let creators add a
flag
in themodule.json
to indicate that the module is just content and no additional functionality.