update comment and example
This commit is contained in:
@@ -32,7 +32,8 @@ export class ExampleBlockCustomView extends UmbElementMixin(LitElement) implemen
|
||||
display: block;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #dddddd;
|
||||
background-color: red;
|
||||
color: white;
|
||||
border-radius: 9px;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@ export const manifests: Array<UmbExtensionManifest> = [
|
||||
name: 'Block Editor Custom View Test',
|
||||
element: () => import('./block-custom-view.js'),
|
||||
forContentTypeAlias: 'headlineUmbracoDemoBlock',
|
||||
forBlockEditor: 'block-list',
|
||||
forBlockEditor: ['block-list', 'block-grid'],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user