linked_src

{{ linked_src }}

Properties of {{ linked_src }} objects
Name Type Description
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

Related

{{ dictionary }}

Object containing a list of key-value pairs where the keys are unique.

string

Can be any text, from the empty string ("") to the full HTML output of the template. When used alone in a conditional, all strings evaluates as true - even if they are empty or a value such as "0" or "false".

{{ stylesheet }}

{{ url }}

Field containing a URL.

{{ javascript }}

{{ tag }}

{{ content }}

Contains multiple objects.

boolean

True or False