File "block.json"
Full path: /home/cirmwrhs/www/renard-music/wp-includes/blocks/loginout/block.json
File
size: 0.5 KB (510 B bytes)
MIME-type: application/json
Charset: utf-8
Download Open Edit Advanced Editor Back
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/loginout",
"title": "Login/out",
"category": "theme",
"description": "Show login & logout links.",
"keywords": [ "login", "logout", "form" ],
"textdomain": "default",
"attributes": {
"displayLoginAsForm": {
"type": "boolean",
"default": false
},
"redirectToCurrent": {
"type": "boolean",
"default": true
}
},
"supports": {
"className": true,
"typography": {
"fontSize": false
}
}
}