object

TagSchema

Data related to Third party injectable html tags.
Fields
source
TagSource
Details regarding the extension which has added/created the tag.
Unique identifier of an entry.
attributes
JSON
Custom JSON object for specific use cases.
content
String
Content of tag.
name
String
Name of the html tag.
pages
[JSON]
List of all the page where tag is to be added.
Position where Tag is so to be placed.
sub_type
TagSubType
Whether js/css is external or inline.
Whether Tag is JS or CSS.
URL at which css or js might be hosted.