Pico/lib
Daniel Rudolf c7d4d25ab3
Add missing registred meta headers
Use the `Formatted Date` meta header to explicitly set a page's formatted date (i.e. `$meta['date_formatted']`), and `Time` to set `$meta['time']`. Use the `Hidden` meta header to manually hide a page (the page is still accessible, but won't show up in the pages list). Note the difference between `$pageData['hidden']` and `$pageData['meta']['hidden']`.
2018-07-29 12:51:28 +02:00
..
AbstractPicoPlugin.php Various small improvements 2018-01-21 23:06:38 +01:00
Pico.php Add missing registred meta headers 2018-07-29 12:51:28 +02:00
PicoPluginInterface.php Change AbstractPicoPlugin::$enabled's behavior 2017-12-27 21:36:08 +01:00
PicoTwigExtension.php Use filter_id() for the url_param and form_param Twig functions 2018-02-24 16:40:00 +01:00