Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

colonel-kurtz

Package Overview
Dependencies
Maintainers
3
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colonel-kurtz - npm Package Compare versions

Comparing version 3.1.0-alpha to 3.1.0

11

docs/blocks.md

@@ -6,6 +6,7 @@ # Blocks

Property | Description
-------- | -----------
content | A JavaScript object containing properties of the block, this could include src for an image, html from a rich text editor, etc
type | How to display a block, must be of a preconfigured Block Type. Within Colonel, it controls the editing experience for a block.
blocks | Children of the block, useful for nesting content inside of other content
Property | Description
---------- | -----------
content | An object containing properties of the block, this could include src for an image, html from a rich text editor, etc.
type | How to display a block, must be of a preconfigured Block Type. Within Colonel, it controls the editing experience for a block.
blocks | Children of the block, useful for nesting content inside of other content.
clientOnly | Boolean. True if the block was created during the current editing session.
{
"name": "colonel-kurtz",
"version": "3.1.0-alpha",
"version": "3.1.0",
"description": "A block editor",

@@ -5,0 +5,0 @@ "main": "src/Colonel.js",

@@ -110,1 +110,9 @@ [![NPM](https://nodei.co/npm/colonel-kurtz.png?compact=true)](https://npmjs.org/package/colonel-kurtz)

```
***
<a href="http://code.viget.com">
<img src="http://code.viget.com/github-banner.png" alt="Code At Viget">
</a>
Visit [code.viget.com](http://code.viget.com) to see more projects from [Viget.](https://viget.com)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc