Skip to content
Kirby CMS
Kirby
3.5.7.1
The CMS
For developers
For designers
For content creators
For clients & agencies
Showcase
Docs
Guide
Cookbook
Reference
Screencasts
Glossary
Resources
Newsletter
Plugins
Roadmap
Releases
Community
Feedback
Support forum
Discord chat
Twitter
Instagram
Try
Love
Buy
Search
Search
Reference
All pages
Guide
Reference
Cookbook
Plugin
Kosmos
Reference
Options
Close
Text
KirbyText
Markdown
Templates
Field methods
Helpers
Panel
Blueprints
Presets
Fields
Sections
Blocks
Icons
Samples
Objects
$kirby
$site
$page
$pages
$file
$files
$user
$users
$blocks
$layouts
$language
$languages
$pagination
$request
$session
All classes
Aliases
Router
Patterns
Response types
System
Options
Urls
Roots
Validators
Plugins
Extensions
Hooks
Core components
UI Kit
Panel internals
API
Authentication
Languages
Pages
Roles
Site
System
Translations
Users
Tools
A
Cookie
Data
Dir
Escape
F
Header
Html
I18n
Mime
Query
Server
Str
Tpl
Url
V
Xml
api
Set options for Kirby's REST API
auth
Set options for login via the Panel and the API
cache
Enables/disables Kirby's cache and sets cache options
content
Set how Kirby handles content
date
Setup date handling
debug
Enables/disables PHP errors
email
Set options for Kirby's built-in email class
error
The name of the error page folder
fatal
Custom fatal view that is shown if there's a PHP error
home
Set the name of the home page folder
hooks
Hook into Kirby events and execute your functions in the background
kirbytext
Configure the behavior of KirbyText and particular tags
languages
Enables language definitions via the Panel
locale
Sets the global locale setting for PHP
markdown
Options for the Markdown parser
panel
Options for the Panel
ready
Inject last minute configuration options
remote
Overrides the defaults for requests to remote servers
routes
Additional route setup for Kirby's internal router
servers
Defines the supported web servers
session
Configuration settings for Kirby sessions
slugs
Set language for slug generator
smartypants
Convert typical text formatting issues into a typographically correct version
thumbs
Set default configuration for thumbs
url
Set the base URL for the site.
whoops
Enables/disables the Whoops debugger
languages
Enables language definitions via the Panel
Example
return [ 'languages' => true ];