Field containing a URL.
| Name | Type | Description |
|---|---|---|
| value | String | The URL as input into the field |
| url_type | String | The type of object selected as a URL. Options are 'None', 'Custom', 'Entity', 'Image', 'Document', 'Email', 'Tel', and 'Javascript' |
| reference_guid | String | The unique identifier for the selected object when url_type is either 'Entity', 'Image', or 'Document' |
| entity | entity | The entity object that this URL links to |
| image | image | The image object that this url links to |
| document | document | The document object that this url links to |
| field_id | String | The identifier for this field |
| label | String | The label for this field |
| output | String | The URL as input into the field. May include additional markup in the editor preview to make it easier to edit content |
object
{{ form }}
{{ menu_item }}
{{ calendar_entry }}
{{ select }}
string
{{ document }}
{{ entity }}
{{ javascript }}
{{ image }}
{{ gallery_item }}
Encode a string to be used in a URL.
url_encode: Boolean formdata
{% image_url %}
{{ url }}
{% set_canonical_url %}
Decode a url encoded string.
url_decode: Boolean formdata
{% image_url %}
{{ url }}
{% set_canonical_url %}
Decodes a string from a URL-safe base64 format. The difference between the base64 and URL-safe base64 formats is that the URL-safe format uses - and _ in place of + and /, which can cause problems when used in a URL.
base64_url_safe_decode
{% image_url %}
{{ url }}
{% set_canonical_url %}
Encodes a string to a URL-safe base64 format. The difference between the base64 and URL-safe base64 formats is that the URL-safe format uses - and _ in place of + and /, which can cause problems when used in a URL.
base64_url_safe_encode
{% image_url %}
{{ url }}
{% set_canonical_url %}
Sets the canonical URL for the current page, which is output by default as part of an HTML page's {{ automatic_markup }}.
{% set_canonical_url value %}
The current canonical URL is available at {{ automatic_markup.canonical_url }}
{% set_title %}
{% set_description %}
{% set_session %}
{% image_url %}
{% set_timezone %}
{% set_content_type %}
{% set_robots %}
{% set_client %}
{{ url }}
{% set_favicon %}
{% set_profile_setting %}
{% set %}
{% set_header %}
{% set_client_permission %}
{% set_dictionary %}
{% set_cookie %}