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/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/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 `