Skip to content

Commit

Permalink
Update build #55
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Sep 21, 2022
1 parent d521422 commit e820d9e
Show file tree
Hide file tree
Showing 10 changed files with 380 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-server-side-render', 'wp-url'), 'version' => 'f851662c17053f4e5aebe71aaa517d8d');
<?php return array('dependencies' => array('lodash', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-server-side-render', 'wp-url'), 'version' => '159df5b45c6fbfc1e618');
8 changes: 4 additions & 4 deletions build/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions build/oik-blockicon/block.json
@@ -0,0 +1,58 @@
{
"apiVersion": 2,
"name": "oik-block/blockicon",
"title": "Block icon",
"category": "widgets",
"icon": "block-default",
"description": "Displays a Block icon",
"attributes": {
"blockicon": {
"type": "string",
"default": "oik-block/blockicon"
},
"textAlign": {
"type": "string"
},
"className": {
"type": "string"
},
"textColor": {
"type": "string"
},
"backgroundColor": {
"type": "string"
},
"style": {
"type": "object"
},
"fontSize": {
"type": "string"
},
"gradient": {
"type": "string"
}
},
"supports": {
"html": false,
"customClassName": true,
"className": true,
"color": {
"gradients": false,
"text": true,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [
"icon",
"block",
"oik"
],
"editorScript": "file:../../build/index.js",
"editorStyle": "file:../../build/index.css",
"style": "file:../../build/style-index.css"
}
88 changes: 88 additions & 0 deletions build/oik-blockinfo/block.json
@@ -0,0 +1,88 @@
{
"apiVersion": 2,
"name": "oik-block/blockinfo",
"title": "Block info",
"category": "widgets",
"icon": "block-default",
"description": "Display a Block's information",
"attributes": {
"blockicon": {
"type": "string",
"default": "oik-block/blockicon"
},
"showBlockTypeName": {
"type": "boolean",
"default": true
},
"showBlockIcon": {
"type": "boolean",
"default": true
},
"showTitle": {
"type": "boolean",
"default": true
},
"showDescription": {
"type": "boolean",
"default": true
},
"showCategory": {
"type": "boolean",
"default": true
},
"showKeywords": {
"type": "boolean",
"default": true
},
"showBlockLink": {
"type": "boolean",
"default": false
},
"showVariations": {
"type": "boolean",
"default": true
},
"textAlign": {
"type": "string"
},
"className": {
"type": "string"
},
"textColor": {
"type": "string"
},
"backgroundColor": {
"type": "string"
},
"style": {
"type": "object"
},
"fontSize": {
"type": "string"
},
"gradient": {
"type": "string"
}
},
"supports": {
"html": false,
"customClassName": true,
"className": true,
"color": {
"gradients": false,
"text": true,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [
"info",
"block",
"oik"
],
"style": "file:../../build/style-index.css"
}
72 changes: 72 additions & 0 deletions build/oik-blocklist/block.json
@@ -0,0 +1,72 @@
{
"apiVersion": 2,
"name": "oik-block/blocklist",
"title": "Block list",
"category": "widgets",
"icon": "block-default",
"description": "Displays a list of Blocks for a chosen prefix",
"attributes": {
"prefix": {
"type": "string",
"default": "oik-block"
},
"showBlockLink": {
"type": "boolean",
"default": true
},
"showVariations": {
"type": "boolean",
"default": true
},
"showBatch": {
"type": "boolean",
"default": false
},
"component": {
"type": "string",
"default": ""
},
"textAlign": {
"type": "string"
},
"className": {
"type": "string"
},
"textColor": {
"type": "string"
},
"backgroundColor": {
"type": "string"
},
"style": {
"type": "object"
},
"fontSize": {
"type": "string"
},
"gradient": {
"type": "string"
}
},
"supports": {
"html": false,
"customClassName": true,
"className": true,
"color": {
"gradients": false,
"text": true,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [
"list",
"block",
"oik"
],
"style": "file:../../build/style-index.css"
}
62 changes: 62 additions & 0 deletions build/oik-fields/block.json
@@ -0,0 +1,62 @@
{
"apiVersion": 2,
"name": "oik-block/fields",
"title": "Fields",
"category": "widgets",
"icon": "info-outline",
"description": "Displays fields.",
"attributes": {
"fields": {
"type": "string",
"default": ""
},
"labels": {
"type": "string",
"default": ""
},
"textAlign": {
"type": "string"
},
"className": {
"type": "string"
},
"textColor": {
"type": "string"
},
"backgroundColor": {
"type": "string"
},
"style": {
"type": "object"
},
"fontSize": {
"type": "string"
},
"gradient": {
"type": "string"
}
},
"supports": {
"align": true,
"alignWide": true,
"alignFull": true,
"html": false,
"customClassName": false,
"className": false,
"color": {
"gradients": false,
"text": true,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [
"field",
"meta",
"oik"
]
}
45 changes: 45 additions & 0 deletions build/oik-nivo/block.json
@@ -0,0 +1,45 @@
{
"apiVersion": 2,
"name": "oik-block/nivo",
"title": "Nivo slider",
"category": "common",
"icon": "slides",
"description": "Nivo slider",
"attributes": {
"theme": {
"type": "string",
"default": "default"
},
"id": {
"type": "string",
"default": ""
},
"effect": {
"type": "string",
"default": ""
}
},
"supports": {
"align": false,
"alignWide": false,
"alignFull": false,
"html": false,
"customClassName": false,
"className": false,
"color": {
"gradients": false,
"text": false,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [
"Nivo",
"slider",
"oik"
]
}
45 changes: 45 additions & 0 deletions build/oik-person/block.json
@@ -0,0 +1,45 @@
{
"apiVersion": 2,
"name": "oik-block/person",
"title": "Person",
"category": "common",
"icon": "admin-users",
"description": "Displays a person's information",
"attributes": {
"user": {
"type": "string",
"default": ""
},
"fields": {
"type": "string",
"default": "gravatar/about,bio,follow_me"
},
"theme": {
"type": "string",
"default": ""
}
},
"supports": {
"align": false,
"alignWide": false,
"alignFull": false,
"html": false,
"customClassName": false,
"className": true,
"color": {
"gradients": false,
"text": false,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [
"Person",
"oik"
],
"style": "file:../../build/style-index.css"
}

0 comments on commit e820d9e

Please sign in to comment.