Allows you to include dynamic fields like current year to your contents.
Please install this extension via Pagekit's marketplace.
To include a dynamic field use the Pagekit plugin content anotation:
(fields){"id":"__field__"}
(fields){"id":"year"}
Outputs the current year, example: 2018
(fields){"id":"date", "format":"..."}
Outputs the current date using a custom PHP format.
(fields){"id":"server", "value":"..."}
Outputs any field value stored in $_SERVER array, for example: SERVER_NAME.