| is_valid |
Boolean |
Will always be true |
| type |
String |
Will either be "javascript" or "stylesheet" |
| position |
String |
Where the stylesheet or javascript markup should be output. Will either be "head", "body", or "in_place" |
| is_inline |
Boolean |
Will be true if this should output an inline script or style tag |
| is_linked |
Boolean |
Will be true if this should link to the stylesheet or javascript URL |
| src |
String |
The URL of the stylesheet or javascript to link to (if is_linked is true) |
| value |
String |
The contents of the inline script or stylesheet to output (if is_inline is true) |
| attributes |
dictionary |
Additional attributes to set on the link, script, or style tag that is produced by this linked_src |
| output |
String |
The HTML markup that this linked_src is configured to produce when output to the template |