mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
24 lines
433 B
JSON
24 lines
433 B
JSON
|
{
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/loginout",
|
||
|
"title": "Login/out",
|
||
|
"category": "design",
|
||
|
"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,
|
||
|
"fontSize": false
|
||
|
}
|
||
|
}
|