--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/loginout/block.json Wed Sep 21 18:19:35 2022 +0200
@@ -0,0 +1,25 @@
+{
+ "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
+ }
+ }
+}