Extensions/Authoring/createTags

Extensions add specific functionality to Learnosity APIs. They rely on modules within LT being available.

--

Adds the ability for authors to create tags (type:tag) via the Author API if they don't yet exist in the item bank.

Example
LT.init(authorApp, {
    extensions: ['createTags'],
});