Optional. This is the address where the messages appear to be sent from. Can be a non-existing address, like [email protected]. Defaults to emailsender system setting.
caption | Autoresponder FROM address |
name | fb_autoresponder_from |
description | Optional. This is the address where the messages appear to be sent from. Can be a non-existing address, like [email protected]. Defaults to emailsender system setting. |
type | email |
category | _Autoresponder |
sortOrder | 2 |
Optional. This is the name that will (probably) be visible in the recipients' inbox. Defaults to site_name system setting.
caption | Autoresponder FROM name |
name | fb_autoresponder_from_name |
description | Optional. This is the name that will (probably) be visible in the recipients' inbox. Defaults to site_name system setting. |
type | text |
category | _Autoresponder |
sortOrder | 3 |
The content of the email that will be sent. You can use placeholders here from the form fields with the following syntax: . So with ID prefix and hyphenated field name.
caption | Autoresponse message |
name | fb_autoresponder_message |
description | The content of the email that will be sent. You can use placeholders here from the form fields with the following syntax: . So with ID prefix and hyphenated field name. |
type | richtext |
category | _Autoresponder |
sortOrder | 11 |
Optional. This address will be used when recipient replies to this message directly. Defaults to respectively the client_email and emailsender system setting.
caption | Autoresponder REPLY TO address |
name | fb_autoresponder_reply_to |
description | Optional. This address will be used when recipient replies to this message directly. Defaults to respectively the client_email and emailsender system setting. |
type | email |
category | _Autoresponder |
sortOrder | 4 |
caption | Autoresponse subject |
name | fb_autoresponder_subject |
type | text |
category | _Autoresponder |
sortOrder | 10 |
IMPORTANT! For the autoresponder to know which email address to use, the Input (Email) field needs to be present in the form.
caption | Autoresponder |
name | fb_autoresponder_toggle |
description | IMPORTANT! For the autoresponder to know which email address to use, the Input (Email) field needs to be present in the form. |
type | option |
category | _Autoresponder |
sortOrder | 1 |
inputOptionValues | On==1||Off==0 |
Page containing the ConfirmRegister snippet for email activation. Enter page ID or drag the page from the menu tree to this input field. Defaults to the activation_resource_id system setting.
caption | Activation page |
name | fb_activation_resource_id |
description | Page containing the ConfirmRegister snippet for email activation. Enter page ID or drag the page from the menu tree to this input field. Defaults to the activation_resource_id system setting. |
type | number |
category | _Registration |
sortOrder | 2 |
Whether or not new users need to activate their account via email. IMPORTANT! For the activation process to know which address to use, the Input (Email) field needs to be present in the form.
caption | Activation |
name | fb_activation_toggle |
description | Whether or not new users need to activate their account via email. IMPORTANT! For the activation process to know which address to use, the Input (Email) field needs to be present in the form. |
type | option |
category | _Registration |
sortOrder | 1 |
inputOptionValues | After email confirmation==1||Immediately (Beware of spam!)==0 |
defaultValue | 1 |
Number of minutes until the activation email expires. Defaults to 3 hours.
caption | Activation TTL |
name | fb_activation_ttl |
description | Number of minutes until the activation email expires. Defaults to 3 hours. |
type | number |
category | _Registration |
sortOrder | 5 |
defaultValue | 180 |
If switched on, any extra fields in the form are added to the extended field in the user profile.
caption | Extended user fields |
name | fb_extended_toggle |
description | If switched on, any extra fields in the form are added to the extended field in the user profile. |
type | option |
category | _Registration |
sortOrder | 30 |
inputOptionValues | No==0||Yes==1 |
Name of the form field that will receive the full name of the user. Handy when using email address as username. You can use the label name of the CB field here, or the input name in the HTML.
caption | Fullname field |
name | fb_fullname_field |
description | Name of the form field that will receive the full name of the user. Handy when using email address as username. You can use the label name of the CB field here, or the input name in the HTML. |
type | text |
category | _Registration |
sortOrder | 11 |
Name of the form field that will receive a password. If empty, a password will be generated instead. You can use the label name of the CB field here, or the input name in the HTML.
caption | Password field |
name | fb_password_field |
description | Name of the form field that will receive a password. If empty, a password will be generated instead. You can use the label name of the CB field here, or the input name in the HTML. |
type | text |
category | _Registration |
sortOrder | 12 |
Optional. A comma-separated list of user group names or IDs to add the newly-registered user to.
caption | User groups |
name | fb_usergroups |
description | Optional. A comma-separated list of user group names or IDs to add the newly-registered user to. |
type | text |
category | _Registration |
sortOrder | 20 |
Optional. The name of the form field that decides which user groups the new user will belong to. You can use the label name of the ContentBlock field here, or the name in the HTML.
caption | User groups field |
name | fb_usergroups_field |
description | Optional. The name of the form field that decides which user groups the new user will belong to. You can use the label name of the ContentBlock field here, or the name in the HTML. |
type | text |
category | _Registration |
sortOrder | 21 |
Name of the form field that will receive the username. You can use the label name of the CB field here, or the input name in the HTML. Tip: consider using the email address here..
caption | Username field |
name | fb_username_field |
description | Name of the form field that will receive the username. You can use the label name of the CB field here, or the input name in the HTML. Tip: consider using the email address here.. |
type | text |
category | _Registration |
sortOrder | 10 |
Name of the chunk containing your own customized (HTML) email template. Make sure there is a placeholder in there for listing the fields.
caption | Email template |
name | fb_email_template |
description | Name of the chunk containing your own customized (HTML) email template. Make sure there is a placeholder in there for listing the fields. |
type | text |
category | _Settings - Advanced |
sortOrder | 20 |
defaultValue | fbEmail |
Place any snippet / FastField call here that outputs a single email address. WARNING: populating this field will override the default recipient address, so test thoroughly!
caption | Dynamic recipient address |
name | fb_email_to_dynamic |
description | Place any snippet / FastField call here that outputs a single email address. WARNING: populating this field will override the default recipient address, so test thoroughly! |
type | textarea |
category | _Settings - Advanced |
sortOrder | 10 |
Prefix used by the chunks containing the HTML for the template rows. After this prefix follows an ID (i.e. fbEmailRow_28), connecting that chunk to the correct ContentBlocks field.
caption | Email template row prefix |
name | fb_email_tpl_prefix |
description | Prefix used by the chunks containing the HTML for the template rows. After this prefix follows an ID (i.e. fbEmailRow_28), connecting that chunk to the correct ContentBlocks field. |
type | text |
category | _Settings - Advanced |
sortOrder | 21 |
defaultValue | fbEmailRow_ |
A snippet name (or comma separated list of names), containing the hook(s). They are executed after the form is submitted, but before any emails are sent. Useful for writing to the database.
caption | Custom hook(s) |
name | fb_hooks |
description | A snippet name (or comma separated list of names), containing the hook(s). They are executed after the form is submitted, but before any emails are sent. Useful for writing to the database. |
type | text |
category | _Settings - Advanced |
sortOrder | 3 |
A snippet name (or comma separated list of names), containing the hook(s). They are executed before the form is initialised. Useful for pre-loading values.
caption | Custom pre-hook(s) |
name | fb_prehooks |
description | A snippet name (or comma separated list of names), containing the hook(s). They are executed before the form is initialised. Useful for pre-loading values. |
type | text |
category | _Settings - Advanced |
sortOrder | 1 |
Place any element here that is able to decide where to redirect the user after form submission. If the result is empty, it falls back on the ID provided under general settings.
caption | Dynamic redirect page |
name | fb_redirect_dynamic |
description | Place any element here that is able to decide where to redirect the user after form submission. If the result is empty, it falls back on the ID provided under general settings. |
type | text |
category | _Settings - Advanced |
sortOrder | 11 |
A snippet name (or comma separated list of names), containing the hook(s). They are executed when the form loads and all pre-hooks are finished. Useful for fetching session data.
caption | Custom render hook(s) |
name | fb_renderhooks |
description | A snippet name (or comma separated list of names), containing the hook(s). They are executed when the form loads and all pre-hooks are finished. Useful for fetching session data. |
type | text |
category | _Settings - Advanced |
sortOrder | 2 |
Store data in a session before redirecting the user to a confirmation / thank you page, or to another form (as part of a multi-page form). Use FormItRetriever to access the data again.
caption | Store submitted data |
name | fb_store_data |
description | Store data in a session before redirecting the user to a confirmation / thank you page, or to another form (as part of a multi-page form). Use FormItRetriever to access the data again. |
type | option |
category | _Settings - Advanced |
sortOrder | 15 |
inputOptionValues | No==0||Yes==1 |
If 'store data' is switched on, this specifies the number of seconds to store the submitted form data. Defaults to five minutes.
caption | Store time |
name | fb_store_time |
description | If 'store data' is switched on, this specifies the number of seconds to store the submitted form data. Defaults to five minutes. |
type | number |
category | _Settings - Advanced |
sortOrder | 16 |
defaultValue | 300 |
The content of the activation email. Make sure it contains the placeholder for the confirmation link!
caption | Activation email |
name | fb_activation_email |
description | The content of the activation email. Make sure it contains the placeholder for the confirmation link! |
type | richtext |
category | _Settings - Email |
sortOrder | 20 |
Optional.
caption | Email BCC address |
name | fb_email_bcc |
description | Optional. |
type | email |
category | _Settings - Email |
sortOrder | 3 |
Optional.
caption | Email CC address |
name | fb_email_cc |
description | Optional. |
type | email |
category | _Settings - Email |
sortOrder | 2 |
Optional. Defaults to emailsender system setting.
caption | Email FROM address |
name | fb_email_from |
description | Optional. Defaults to emailsender system setting. |
type | email |
category | _Settings - Email |
sortOrder | 5 |
Optional. Defaults to site_name system setting.
caption | Email FROM name |
name | fb_email_from_name |
description | Optional. Defaults to site_name system setting. |
type | text |
category | _Settings - Email |
sortOrder | 6 |
caption | Email subject |
name | fb_email_subject |
type | text |
category | _Settings - Email |
sortOrder | 10 |
Submitted forms will be sent to this address. If you leave this field empty, no emails will be sent. This may be what you want when using a custom hook for processing the form.
caption | Email address recipient |
name | fb_email_to |
description | Submitted forms will be sent to this address. If you leave this field empty, no emails will be sent. This may be what you want when using a custom hook for processing the form. |
type | email |
category | _Settings - Email |
sortOrder | 1 |
Enter the ID of the page, or drag the page from the menu tree to this input field.
caption | Redirect page |
name | fb_redirect_id |
description | Enter the ID of the page, or drag the page from the menu tree to this input field. |
type | number |
category | _Settings - General |
sortOrder | 92 |
JSON array of CSS selectors. Simulates multiple sequential click interactions.
caption | Click selectors |
name | backstop_click_selectors |
description | JSON array of CSS selectors. Simulates multiple sequential click interactions. |
type | ace |
category | _Scenarios |
sortOrder | 36 |
defaultValue | [] |
Wait for x milliseconds before starting the test. This gives pages a little breathing space to adjust after page load (things like fonts, DOM manipulation, etc).
caption | Delay |
name | backstop_delay |
description | Wait for x milliseconds before starting the test. This gives pages a little breathing space to adjust after page load (things like fonts, DOM manipulation, etc). |
type | number |
category | _Scenarios |
sortOrder | 10 |
defaultValue | 2000 |
JSON array of CSS selectors. These selectors are hidden from our analysis but retained in the original layout flow.
caption | Hide selectors |
name | backstop_hide_selectors |
description | JSON array of CSS selectors. These selectors are hidden from our analysis but retained in the original layout flow. |
type | ace |
category | _Scenarios |
sortOrder | 30 |
defaultValue | [] |
JSON array of CSS selectors. Simulates multiple sequential hover interactions.
caption | Hover selectors |
name | backstop_hover_selectors |
description | JSON array of CSS selectors. Simulates multiple sequential hover interactions. |
type | ace |
category | _Scenarios |
sortOrder | 35 |
defaultValue | [] |
JSON array of selector and string values. Simulates multiple sequential keypress interactions.
caption | Key press selectors |
name | backstop_keypress_selectors |
description | JSON array of selector and string values. Simulates multiple sequential keypress interactions. |
type | ace |
category | _Scenarios |
sortOrder | 40 |
defaultValue | [] |
Percentage of diverging pixels allowed to pass test.
caption | Mismatch threshold |
name | backstop_mismatch_threshold |
description | Percentage of diverging pixels allowed to pass test. |
type | number |
category | _Scenarios |
sortOrder | 52 |
defaultValue | 3 |
Wait for x milliseconds after interacting with hoverSelector or clickSelector. Ideal for use with a click or hover element transition.
caption | Post interaction wait |
name | backstop_post_interaction_wait |
description | Wait for x milliseconds after interacting with hoverSelector or clickSelector. Ideal for use with a click or hover element transition. |
type | number |
category | _Scenarios |
sortOrder | 50 |
defaultValue | 300 |
Full site URL of the domain to compare with (the live domain for example). If you leave this empty, each page will be tested against an older version of itself.
caption | Reference URL |
name | backstop_reference_url |
description | Full site URL of the domain to compare with (the live domain for example). If you leave this empty, each page will be tested against an older version of itself. |
type | text |
category | _Scenarios |
sortOrder | 5 |
JSON array of CSS selectors. These selectors are removed from the DOM before screenshots are taken.
caption | Remove selectors |
name | backstop_remove_selectors |
description | JSON array of CSS selectors. These selectors are removed from the DOM before screenshots are taken. |
type | ace |
category | _Scenarios |
sortOrder | 31 |
defaultValue | [] |
Chunk containing the JSON config used for each scenario.
caption | Scenario template |
name | backstop_scenario_tpl |
description | Chunk containing the JSON config used for each scenario. |
type | text |
category | _Scenarios |
sortOrder | 1 |
defaultValue | backstopScenarioRow |
Enable if you want BackstopJS to find and take screenshots of all matching selectors.
caption | Selector expansion |
name | backstop_selector_expansion |
description | Enable if you want BackstopJS to find and take screenshots of all matching selectors. |
type | listbox |
category | _Scenarios |
sortOrder | 21 |
inputOptionValues | On==true||Off==false |
defaultValue | false |
Explicitly set the number of results that you expect to find with the selectors. If set to a value greater than 0, the test will fail if the number of results does not match this value.
caption | Selector expect |
name | backstop_selector_expect |
description | Explicitly set the number of results that you expect to find with the selectors. If set to a value greater than 0, the test will fail if the number of results does not match this value. |
type | number |
category | _Scenarios |
sortOrder | 22 |
JSON array of CSS specific selectors to capture. Defaults to the entire document if omitted. Use "viewport" to capture the viewport size.
caption | Selectors |
name | backstop_selectors |
description | JSON array of CSS specific selectors to capture. Defaults to the entire document if omitted. Use "viewport" to capture the viewport size. |
type | ace |
category | _Scenarios |
sortOrder | 20 |
defaultValue | [] |
The maximum number of capturing screens to run in parallel. This value can be adjusted as needed to increase/decrease the amount of RAM required during a test.
caption | Async capture limit |
name | backstop_async_capture_limit |
description | The maximum number of capturing screens to run in parallel. This value can be adjusted as needed to increase/decrease the amount of RAM required during a test. |
type | number |
category | _Testing |
sortOrder | 30 |
defaultValue | 3 |
The maximum number of compare screens to run in parallel. This value can be adjusted as needed to increase/decrease the amount of RAM required during a test.
caption | Async compare limit |
name | backstop_async_compare_limit |
description | The maximum number of compare screens to run in parallel. This value can be adjusted as needed to increase/decrease the amount of RAM required during a test. |
type | number |
category | _Testing |
sortOrder | 31 |
defaultValue | 30 |
Choose which rendering engine to use. Puppeteer renders pages in headless Chrome, whereas Playwright also has the option to use Firefox or Webkit. See setting below.
caption | Engine |
name | backstop_engine |
description | Choose which rendering engine to use. Puppeteer renders pages in headless Chrome, whereas Playwright also has the option to use Firefox or Webkit. See setting below. |
type | listbox |
category | _Testing |
sortOrder | 10 |
inputOptionValues | Puppeteer==puppeteer||Playwright==playwright |
defaultValue | puppeteer |
Changing this only applies if engine is Playwright.
caption | Browser |
name | backstop_engine_browser |
description | Changing this only applies if engine is Playwright. |
type | listbox |
category | _Testing |
sortOrder | 11 |
inputOptionValues | Chromium (Chrome, Edge, Brave)==chromium||Firefox||WebKit (Safari/iOS) |
defaultValue | chromium |
Choose in what format to return the test results.
caption | Report |
name | backstop_report |
description | Choose in what format to return the test results. |
type | checkbox |
category | _Testing |
sortOrder | 20 |
inputOptionValues | HTML (opens in browser)=="browser"||JSON=="json"||JUnit (for CI)=="CI" |
defaultValue | "browser" |
outputProperties | |
JSON array of screen size objects to test against.
caption | Viewports |
name | backstop_viewports |
description | JSON array of screen size objects to test against. |
type | ace |
category | _Testing |
sortOrder | 1 |
inputProperties | formtabs | [
{
"caption": "Info",
"fields": [{
"field": "label",
"caption": "Label"
},
{
"field": "width",
"caption": "Width",
"inputTVtype": "numberfield"
},
{
"field": "height",
"caption": "Height",
"inputTVtype": "numberfield"
}
]
}
] | columns | [
{
"header": "Label",
"width": "50",
"sortable": "true",
"dataIndex": "label"
},
{
"header": "Width",
"width": "50",
"sortable": "true",
"dataIndex": "width"
},
{
"header": "Height",
"width": "50",
"sortable": "true",
"dataIndex": "height"
}
] | btntext | Add viewport | autoResourceFolders | false |
|
Select an icon of the icon font that's being used in this project. Check the style guide for available classes, or use the autocomplete search as you type.
caption | Icon (Font) |
name | overview_icon_font |
description | Select an icon of the icon font that's being used in this project. Check the style guide for available classes, or use the autocomplete search as you type. |
type | listbox |
category | _Overview - Icon |
sortOrder | 10 |
inputOptionValues | @CHUNK iconTVInputOptions |
inputProperties | typeAhead | true | typeAheadDelay | 400 |
|
This can be pretty much anything, but please make sure the SVG has a square aspect ratio.
caption | Icon (SVG) |
name | overview_icon_svg |
description | This can be pretty much anything, but please make sure the SVG has a square aspect ratio. |
type | file |
category | _Overview - Icon |
sortOrder | 20 |
Mention the designer of this icon here, so they are credited appropriately on the site. You need to do this if you're using icons published under a CC license, for example from Noun Project.
caption | Icon credit (SVG) |
name | overview_icon_svg_credit |
description | Mention the designer of this icon here, so they are credited appropriately on the site. You need to do this if you're using icons published under a CC license, for example from Noun Project. |
type | text |
category | _Overview - Icon |
sortOrder | 21 |
This image doesn't have a fixed aspect ratio or any minimum dimensions. Use it as you see fit. Cropping is optional. NB! Be aware that images will probably have different sizes in overviews!
caption | Image (Free) |
name | overview_img_free |
description | This image doesn't have a fixed aspect ratio or any minimum dimensions. Use it as you see fit. Cropping is optional. NB! Be aware that images will probably have different sizes in overviews! |
type | imageplus |
category | _Overview - Image |
sortOrder | 99 |
inputProperties | allowAltTag | true | allowCredits | true |
|
This is the default overview image, in a regular 4:3 aspect ratio.
caption | Image (Landscape) |
name | overview_img_landscape |
description | This is the default overview image, in a regular 4:3 aspect ratio. |
type | imageplus |
category | _Overview - Image |
sortOrder | 1 |
inputProperties | targetWidth | 500 | targetHeight | 375 | allowAltTag | true | allowCredits | true |
|
This is an image with 21:9 aspect ratio, for use in headers or layout backgrounds.
caption | Image (Panorama) |
name | overview_img_pano |
description | This is an image with 21:9 aspect ratio, for use in headers or layout backgrounds. |
type | imageplus |
category | _Overview - Image |
sortOrder | 6 |
inputProperties | targetWidth | 1300 | targetRatio | 2.33 | allowAltTag | true | allowCredits | true |
|
This is a standing image in 3:4 aspect ratio, best suited for floating left or right of content, or for display on mobile devices.
caption | Image (Portrait) |
name | overview_img_portrait |
description | This is a standing image in 3:4 aspect ratio, best suited for floating left or right of content, or for display on mobile devices. |
type | imageplus |
category | _Overview - Image |
sortOrder | 2 |
inputProperties | targetWidth | 300 | targetHeight | 400 | allowAltTag | true | allowCredits | true |
|
This is an image in 1:1 aspect ratio, for use in cards, avatars or circular images.
caption | Image (Square) |
name | overview_img_square |
description | This is an image in 1:1 aspect ratio, for use in cards, avatars or circular images. |
type | imageplus |
category | _Overview - Image |
sortOrder | 3 |
inputProperties | targetWidth | 300 | targetHeight | 300 | allowAltTag | true | allowCredits | true |
|
This is an image with widescreen proportions, in 16:9 aspect ratio.
caption | Image (Wide) |
name | overview_img_wide |
description | This is an image with widescreen proportions, in 16:9 aspect ratio. |
type | imageplus |
category | _Overview - Image |
sortOrder | 5 |
inputProperties | targetWidth | 800 | targetHeight | 450 | allowAltTag | true | allowCredits | true |
|
With this setting, you can indicate which image type you prefer if the system has a choice.
caption | Image priority |
name | overview_img_priority |
description | With this setting, you can indicate which image type you prefer if the system has a choice. |
type | listbox |
category | _Overview - Settings |
sortOrder | 10 |
inputOptionValues | Landscape (4:3)==landscape||Portrait (3:4)==portrait||Square (1:1)==square||Widescreen (16:9)==wide||Panorama (21:9)==pano||Free (?:?)==free |
defaultValue | landscape |
When filled in, this value will override the button text defined in the Overview ContentBlock. Keep in mind that if no button text is set in Overview CB, no button will be shown!
caption | Link / button text |
name | overview_link_text |
description | When filled in, this value will override the button text defined in the Overview ContentBlock. Keep in mind that if no button text is set in Overview CB, no button will be shown! |
type | text |
category | _Overview - Settings |
sortOrder | 2 |
When filled in, this value will override the default subtitle (if subtitle is enabled in the Overview CB settings).
caption | Subtitle |
name | overview_subtitle |
description | When filled in, this value will override the default subtitle (if subtitle is enabled in the Overview CB settings). |
type | text |
category | _Overview - Settings |
sortOrder | 1 |
Maintain a list of social media channels, through which visitors can connect with you.
caption | Social channels |
name | social_connections |
description | Maintain a list of social media channels, through which visitors can connect with you. |
type | migxdb |
category | _Social |
inputProperties | configs | social_connections:romanescobackyard |
|
DEPRECATED. Please fill in the complete URL (including http(s)://).
caption | Facebook page |
name | social_facebook |
description | DEPRECATED. Please fill in the complete URL (including http(s)://). |
type | text |
category | _Social |
sortOrder | 3 |
DEPRECATED. Only fill in the account name (the part after https://github.com/).
caption | Github account |
name | social_github |
description | DEPRECATED. Only fill in the account name (the part after https://github.com/). |
type | text |
category | _Social |
sortOrder | 20 |
DEPRECATED. Only fill in the account name (the part after https://instagram.com/).
caption | Instagram profile |
name | social_instagram |
description | DEPRECATED. Only fill in the account name (the part after https://instagram.com/). |
type | text |
category | _Social |
sortOrder | 4 |
DEPRECATED. Please fill in the complete URL (including http(s)://).
caption | LinkedIn profile |
name | social_linkedin |
description | DEPRECATED. Please fill in the complete URL (including http(s)://). |
type | text |
category | _Social |
sortOrder | 2 |
DEPRECATED. Please fill in the complete URL (including http(s)://).
caption | Pinterest board |
name | social_pinterest |
description | DEPRECATED. Please fill in the complete URL (including http(s)://). |
type | text |
category | _Social |
sortOrder | 5 |
DEPRECATED. A mobile phone number connected to an active WhatsApp account. If entered, visitors can start a chat directly from the website. Format as number, without any leading zeros.
caption | WhatsApp number |
name | social_whatsapp |
description | DEPRECATED. A mobile phone number connected to an active WhatsApp account. If entered, visitors can start a chat directly from the website. Format as number, without any leading zeros. |
type | number |
category | _Social |
sortOrder | 11 |
DEPRECATED. Predefined text for the message that the visitor can send. You can use placeholders here to include some information about the referring page.
caption | WhatsApp message |
name | social_whatsapp_text |
description | DEPRECATED. Predefined text for the message that the visitor can send. You can use placeholders here to include some information about the referring page. |
type | textarea |
category | _Social |
sortOrder | 12 |
DEPRECATED. Please fill in the complete URL (including http(s)://).
caption | Youtube channel |
name | social_youtube |
description | DEPRECATED. Please fill in the complete URL (including http(s)://). |
type | text |
category | _Social |
sortOrder | 10 |
comments_toggle
Enable or disable comments. This value is inherited on child pages.
Assigned to templates
Referring patterns