| 1234567891011121314151617181920212223242526 |
- {
- "$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
- }
- }
- }
|