equal
deleted
inserted
replaced
|
1 { |
|
2 "apiVersion": 2, |
|
3 "name": "core/loginout", |
|
4 "title": "Login/out", |
|
5 "category": "theme", |
|
6 "description": "Show login & logout links.", |
|
7 "keywords": [ "login", "logout", "form" ], |
|
8 "textdomain": "default", |
|
9 "attributes": { |
|
10 "displayLoginAsForm": { |
|
11 "type": "boolean", |
|
12 "default": false |
|
13 }, |
|
14 "redirectToCurrent": { |
|
15 "type": "boolean", |
|
16 "default": true |
|
17 } |
|
18 }, |
|
19 "supports": { |
|
20 "className": true, |
|
21 "typography": { |
|
22 "fontSize": false |
|
23 } |
|
24 } |
|
25 } |