diff --git a/docs/_images/admin-access-modal.png b/docs/_images/admin-access-modal.png new file mode 100644 index 000000000..1e022b3a2 Binary files /dev/null and b/docs/_images/admin-access-modal.png differ diff --git a/docs/_images/channel-publish-layouts.png b/docs/_images/channel-publish-layouts.png new file mode 100644 index 000000000..b49a38e51 Binary files /dev/null and b/docs/_images/channel-publish-layouts.png differ diff --git a/docs/_images/cp_fields_edit.png b/docs/_images/cp_fields_edit.png new file mode 100644 index 000000000..6fbd95ea3 Binary files /dev/null and b/docs/_images/cp_fields_edit.png differ diff --git a/docs/_images/ee73-relationship-status.png b/docs/_images/ee73-relationship-status.png new file mode 100644 index 000000000..fa8a981b3 Binary files /dev/null and b/docs/_images/ee73-relationship-status.png differ diff --git a/docs/_images/relationship-ui.png b/docs/_images/relationship-ui.png new file mode 100644 index 000000000..e0da14698 Binary files /dev/null and b/docs/_images/relationship-ui.png differ diff --git a/docs/_images/template-edit.png b/docs/_images/template-edit.png new file mode 100644 index 000000000..4ce32ea76 Binary files /dev/null and b/docs/_images/template-edit.png differ diff --git a/docs/_images/templates-list.png b/docs/_images/templates-list.png new file mode 100644 index 000000000..5537e3d64 Binary files /dev/null and b/docs/_images/templates-list.png differ diff --git a/docs/_images/utilities-cache.png b/docs/_images/utilities-cache.png new file mode 100644 index 000000000..a0664baa5 Binary files /dev/null and b/docs/_images/utilities-cache.png differ diff --git a/docs/_images/utilities-communicate.png b/docs/_images/utilities-communicate.png new file mode 100644 index 000000000..da4c61cd4 Binary files /dev/null and b/docs/_images/utilities-communicate.png differ diff --git a/docs/_images/utilities-debug-fieldtypes.png b/docs/_images/utilities-debug-fieldtypes.png new file mode 100644 index 000000000..cb4574e40 Binary files /dev/null and b/docs/_images/utilities-debug-fieldtypes.png differ diff --git a/docs/_images/utilities-debug-tags.png b/docs/_images/utilities-debug-tags.png new file mode 100644 index 000000000..f71d0e7c9 Binary files /dev/null and b/docs/_images/utilities-debug-tags.png differ diff --git a/docs/_images/utilities-extensions.png b/docs/_images/utilities-extensions.png new file mode 100644 index 000000000..55a8d0527 Binary files /dev/null and b/docs/_images/utilities-extensions.png differ diff --git a/docs/_images/utilities-query.png b/docs/_images/utilities-query.png new file mode 100644 index 000000000..9bee8f486 Binary files /dev/null and b/docs/_images/utilities-query.png differ diff --git a/docs/_images/utilities-sandr.png b/docs/_images/utilities-sandr.png new file mode 100644 index 000000000..cac97fae2 Binary files /dev/null and b/docs/_images/utilities-sandr.png differ diff --git a/docs/_images/utilities-sent.png b/docs/_images/utilities-sent.png new file mode 100644 index 000000000..096ccd2d9 Binary files /dev/null and b/docs/_images/utilities-sent.png differ diff --git a/docs/_images/utilities-stats.png b/docs/_images/utilities-stats.png new file mode 100644 index 000000000..de8079a18 Binary files /dev/null and b/docs/_images/utilities-stats.png differ diff --git a/docs/_images/utilities-sync-conditional-fields.png b/docs/_images/utilities-sync-conditional-fields.png new file mode 100644 index 000000000..a5cbb5a7b Binary files /dev/null and b/docs/_images/utilities-sync-conditional-fields.png differ diff --git a/docs/_images/utilities-translation-edit.png b/docs/_images/utilities-translation-edit.png new file mode 100644 index 000000000..8346c5558 Binary files /dev/null and b/docs/_images/utilities-translation-edit.png differ diff --git a/docs/_images/utilities-translation-list.png b/docs/_images/utilities-translation-list.png new file mode 100644 index 000000000..823e31267 Binary files /dev/null and b/docs/_images/utilities-translation-list.png differ diff --git a/docs/add-ons/consent.md b/docs/add-ons/consent.md index edf4650fa..1f46cd009 100755 --- a/docs/add-ons/consent.md +++ b/docs/add-ons/consent.md @@ -454,7 +454,7 @@ If this tag would not output any consent requests due to your filters, the conte type='necessary' -Type of cookies to display. Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omited, all cookies will be displayed. +Type of cookies to display. Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omitted, all cookies will be displayed. It is also possible to combine several types, e.g. `type="performance|targeting"`. @@ -470,7 +470,7 @@ Limits display of cookies by cookie provider. If the cookie is provided by an add-on, the provider matches the add-ons short name, e.g. `comment` or `forum` The core ExpressionEngine cookies are identified by `ee` as provider. If cookie is only being used in Control Panel, the provider is set to `cp`. -Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omited, all cookies will be displayed. +Possible options are `necessary`, `functionality`, `performance` and `targeting`. If omitted, all cookies will be displayed. It is also possible to combine several providers, e.g. `type="ee|cp"`. diff --git a/docs/add-ons/http-header.md b/docs/add-ons/http-header.md index 108a24366..f8961ba97 100755 --- a/docs/add-ons/http-header.md +++ b/docs/add-ons/http-header.md @@ -25,42 +25,45 @@ This is a single tag that will set a 410 "Gone" status on the request. Here are the available parameters: -|Parameter|Corresponding HTTP Header / Instructions| -|--- |--- | -|access_control_allow_credentials=|Access-Control-Allow-Credentials| -|access_control_allow_headers=|Access-Control-Allow-Headers| -|access_control_allow_methods=|Access-Control-Allow-Methods| -|access_control_allow_origin=|Access-Control-Allow-Origin| -|access_control_expose_headers=|Access-Control-Expose-Headers| -|access_control_max_age=|Access-Control-Max-Age| -|alt_svc=|Alt-Svc| -|cache_control=|Cache-Control| -|charset=|charset to use with the content_type parameter.| -|content_disposition=|Content-Disposition - You can manually write out the full header value (i.e. attachment; filename="example.txt"), or just use a value of "attachmenet" and use the filename= parameter.| -|content_encoding=|Content-Encoding| -|content_language=|Content-Language| -|content_length=|Content-Length| -|content_location=|Content-Location| -|content_md5=|Content-MD5| -|content_range=|Content-Range| -|content_type=|Content-Type - You can manually write out the full header value (i.e. text/html; charset=UTF-8) or you can simply specify the type and use the charset= parameter.| -|etag=|ETag| -|expires=|Expires - You can use relative date such as "+1 day";| -|filename=|When content_disposition is set to attachment, this sets the filename.| -|last_modified=|Last-Modified - You can use relative date such as "+1 day";| -|link=|Link| -|location=|Location| -|permissions_policy|Permissions-Policy (set to `interest-cohort=()` to opt out of FLoC)| -|pragma=|Pragma| -|refresh=|Refresh - You can manually write out the full header value (i.e. 5; url=https://example.com/), or just set the refresh value in seconds and use the url= parameter.| -|retry_after=|Retry-After - You can either specify a number of seconds or use relative dates (i.e. "+90 mins").| -|status=|Status| -|tk=|Tk| -|url=|URL to use in the refresh parameter.| -|vary=|Vary| -|via=|Via| -|warning=|Warning| -|x_content_duration=|X-Content-Duration| -|x_content_type_options=|X-Content-Type-Options| -|x_frame_options=|X-Frame-Options| -|x_ua_compatible=|X-UA-Compatible| +| Parameter | Corresponding HTTP Header / Instructions| +|----------------------------------- |---------------------------------------- | +|access_control_allow_credentials= |Access-Control-Allow-Credentials| +|access_control_allow_headers= |Access-Control-Allow-Headers| +|access_control_allow_methods= |Access-Control-Allow-Methods| +|access_control_allow_origin= |Access-Control-Allow-Origin| +|access_control_expose_headers= |Access-Control-Expose-Headers| +|access_control_max_age= |Access-Control-Max-Age| +|alt_svc= |Alt-Svc| +|cache_control= |Cache-Control| +|charset= |charset to use with the content_type parameter.| +|content_disposition= |Content-Disposition - You can manually write out the full header value (i.e. attachment; filename="example.txt"), or just use a value of "attachmenet" and use the filename= parameter.| +|content_encoding= |Content-Encoding| +|content_language= |Content-Language| +|content_length= |Content-Length| +|content_location= |Content-Location| +|content_md5= |Content-MD5| +|content_range= |Content-Range| +|content_type= |Content-Type - You can manually write out the full header value (i.e. text/html; charset=UTF-8) or you can simply specify the type and use the charset= parameter.| +|etag= |ETag| +|expires= |Expires - You can use relative date such as "+1 day";| +|filename= |When content_disposition is set to `attachment`, this sets the filename.| +|last_modified= |Last-Modified - You can use relative date such as "+1 day";| +|link= |Link| +|location= |Location| +|permissions_policy= |Permissions-Policy| +|pragma= |Pragma| +|refresh= |Refresh - You can manually write out the full header value (i.e. 5; url=https://example.com/), or just set the refresh value in seconds and use the url= parameter.| +|retry_after= |Retry-After - You can either specify a number of seconds or use relative dates (i.e. "+90 mins").| +|status= |Status| +|tk= |Tk| +|url= |URL to use in the refresh parameter.| +|vary= |Vary| +|via= |Via| +|warning= |Warning| +|x_content_duration= |X-Content-Duration| +|x_content_type_options= |X-Content-Type-Options| +|x_frame_options= |X-Frame-Options| +|x_ua_compatible= |X-UA-Compatible| + + +NOTE: **Note:** The plugin can only be used in templates that are not being cached. \ No newline at end of file diff --git a/docs/add-ons/pro-search/filters.md b/docs/add-ons/pro-search/filters.md index 6338f75b7..4fe1ab03e 100644 --- a/docs/add-ons/pro-search/filters.md +++ b/docs/add-ons/pro-search/filters.md @@ -226,7 +226,7 @@ will result in values `> 0` and `< 10` rather than `>= 0` and `<= 10`. NOTE: **Note:** For numeric fields, make sure the Field Content option in the field’s settings is set to Number, Integer or Decimal. ### Supported Fields -Apart from any custom numeric or date field, the following stardard channel fields are supported: +Apart from any custom numeric or date field, the following standard channel fields are supported: - `entry_date` - `edit_date` diff --git a/docs/add-ons/pro-search/tags.md b/docs/add-ons/pro-search/tags.md index 018650a7e..7bc29a9c6 100644 --- a/docs/add-ons/pro-search/tags.md +++ b/docs/add-ons/pro-search/tags.md @@ -47,13 +47,13 @@ Specifies any html attribute you want the form to have. For example: form_id="se tag. query Use this parameter to pass through a previously executed encoded search query. Not needed when not encoding queries. - {exp:pro_search:form: form_id="search"} + {exp:pro_search:form form_id="search"} #### required Set to one or more parameter names to make that parameter a required field - {exp:pro_search:form: required="fname"} + {exp:pro_search:form required="fname"} #### remember diff --git a/docs/add-ons/pro-variables/type.md b/docs/add-ons/pro-variables/type.md index 2a9628fef..1d1eea1ed 100644 --- a/docs/add-ons/pro-variables/type.md +++ b/docs/add-ons/pro-variables/type.md @@ -40,7 +40,7 @@ Character to separate multiple values. Either a new line (`\n`), a pipe (`|`) or ## Date -Displays a date picker. To output anything other than a timestamp, use the `{exp:pro_variables:single}` tag. This takes the same parameters as the native Date field. Additionaly, use `modifier="relative"` to output a relative date string. +Displays a date picker. To output anything other than a timestamp, use the `{exp:pro_variables:single}` tag. This takes the same parameters as the native Date field. Additionally, use `modifier="relative"` to output a relative date string. ### Code examples @@ -66,7 +66,7 @@ Uses the native [Grid field](/fieldtypes/grid.md). All native types are availabl #### `modifier` -Any of the available [modifiers](/fieldtypes/grid.md#modifiers), which will trigger the ouput the modifier provides. +Any of the available [modifiers](/fieldtypes/grid.md#modifiers), which will trigger the output the modifier provides. ### Code examples @@ -304,7 +304,7 @@ Limit the number of rows displayed. ## Text Input -Displays a single line edit input field. The _maxlength_ property can be set as well as the _size_ of the input fied. You can also define a regular expression _pattern_ to validate the value, and the _text direction_ of the input field. +Displays a single line edit input field. The _maxlength_ property can be set as well as the _size_ of the input field. You can also define a regular expression _pattern_ to validate the value, and the _text direction_ of the input field. ### Settings diff --git a/docs/add-ons/rte.md b/docs/add-ons/rte.md index 71e11c65a..7300af469 100755 --- a/docs/add-ons/rte.md +++ b/docs/add-ons/rte.md @@ -169,7 +169,7 @@ NOTE: **Warning** Doing this requires advanced development skills. In order to create custom CKEditor build: - Clone [GitHub repo](https://github.com/ExpressionEngine/ExpressionEngine/) - - Install NPM packages by runnin `npm install` + - Install NPM packages by running `npm install` - Follow the installation instructions for the plugin itself - Make your changes to `js-src\ckeditor5-build-classic\src\ckeditor.js` and other files as necessary. - Run the command `npm run build:ckeditor` diff --git a/docs/add-ons/search/advanced.md b/docs/add-ons/search/advanced.md index 48f012909..652ee127d 100755 --- a/docs/add-ons/search/advanced.md +++ b/docs/add-ons/search/advanced.md @@ -267,6 +267,63 @@ With this parameter, you can specify the css class you want the form to have, en With this parameter, you can specify the css id you want the form to have. +### `orderby=` + + orderby="entry_date" + +The "orderby" parameter sets the display order of the entries. The available values for this property are `entry_date`, `most_comments`, `recent_comment`, `title`, `status`, `entry_id`, `url_title`, `edit_date`, `comment_total`, `expiration_date`, `view_count_one`, `view_count_two`, `view_count_three`, `view_count_four`.` + +If this parameter is not set, it will default to ordering by entry date. + +### `sort=` + + sort="asc" + + sort="desc" + +The sort order can be "asc" (ascending order or "oldest item first") or "desc" (descending order or "newest item first"). If you do not use a sort order the default is desc. + ## Variables -A full discussion of the available variables is not feasible there is a great deal of interdependence between the various form fields, variables, and javascript functions. The Parameters can be used to modify how the search behaves. If you wish to modify the search form itself, simply use the default form as a base and customize it from there. +### `channel_names` + +Pre-populated string containing list of `