-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set headers by page #1591
Comments
You can set the
|
Oh that's embarrassing! It's my code too! We definitely need to document that as I had forgotten about it :) |
It's fantastic news to be able to define an expiration time, I have to try it! However I think it is also important to be able to define if the page is cachable (public, private, etc). @rhukster could make us a little patch :) |
done! |
- [x] Document optional collection ordering PHP flags getgrav/grav#1640 - Added under /content/collections#php-collections - [x] Added cache_control system and page override getgrav/grav#1591 - Added reference-link to /basics/grav-configuration#pages - Added /content/headers#cache-control - [x] clear_images_by_default cache option getgrav/grav#1481 - Clarified description in /basics/grav-configuration#pages - [x] Collection::intersect() getgrav/grav#1605 - Added under /content/collections#collection-object-methods - [x] Collection::merge() method - Added under /content/collections#collection-object-methods - [x] Page::collection() filtering - Added under /content/collections#complex-collections, with a bit of cleanup - [x] Document EXIF support in Grav (and in capabilities) - Clarified /themes/twig-filters-functions#exif - Added note at the end of /cookbook/general-recipes#creating-a-simple-gallery - [x] document not being able to scroll caused by cloudlare. getgrav/grav-plugin-admin#808 (comment) - Done in getgrav#397 - Duplicated under Admin Plugin and Cookbook headers - [x] Document adding custom form fields with examples.. - Done in getgrav#401 - [x] Document range field - Done in [7e0dcbc](getgrav@7e0dcbc) - [x] Tutorial on how to create a split menu system (vertical menu?) - Duplicated under Cookbook header - [x] Tutorial walkthrough covering going from and HTML site/design to Grav theme - Duplicated under Cookbook header getgrav#356 needs some cleanup to remove completed tasks, they're not really needed.
- [x] Document optional collection ordering PHP flags getgrav/grav#1640 - Added under /content/collections#php-collections - [x] Added cache_control system and page override getgrav/grav#1591 - Added reference-link to /basics/grav-configuration#pages - Added /content/headers#cache-control - [x] clear_images_by_default cache option getgrav/grav#1481 - Clarified description in /basics/grav-configuration#pages - [x] Collection::intersect() getgrav/grav#1605 - Added under /content/collections#collection-object-methods - [x] Collection::merge() method - Added under /content/collections#collection-object-methods - [x] Page::collection() filtering - Added under /content/collections#complex-collections, with a bit of cleanup - [x] Document EXIF support in Grav (and in capabilities) - Clarified /themes/twig-filters-functions#exif - Added note at the end of /cookbook/general-recipes#creating-a-simple-gallery - [x] document not being able to scroll caused by cloudlare. getgrav/grav-plugin-admin#808 (comment) - Done in #397 - Duplicated under Admin Plugin and Cookbook headers - [x] Document adding custom form fields with examples.. - Done in #401 - [x] Document range field - Done in [7e0dcbc](7e0dcbc) - [x] Tutorial on how to create a split menu system (vertical menu?) - Duplicated under Cookbook header - [x] Tutorial walkthrough covering going from and HTML site/design to Grav theme - Duplicated under Cookbook header #356 needs some cleanup to remove completed tasks, they're not really needed.
Hi, I need set the cache-control header by page, and I think it would be interesting to have an option on page frontmatter to set any other headers, similar than meta settings
The text was updated successfully, but these errors were encountered: