rename properties folder
This commit is contained in:
@@ -7,6 +7,9 @@ import './auth/login/login.element';
|
||||
import './auth/auth-layout.element';
|
||||
import './backoffice/backoffice.element';
|
||||
import './backoffice/node-editor-layout.element';
|
||||
import './property-editors/node-property.element';
|
||||
import './property-editors/property-editor-text.element';
|
||||
import './property-editors/property-editor-textarea.element';
|
||||
|
||||
import { UmbSectionContext } from './section.context';
|
||||
|
||||
|
||||
@@ -2,10 +2,6 @@ import { css, html, LitElement } from 'lit';
|
||||
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
||||
import { customElement } from 'lit/decorators.js';
|
||||
|
||||
import '../properties/node-property.element.ts';
|
||||
import '../properties/property-editor-text.element.ts';
|
||||
import '../properties/property-editor-textarea.element.ts';
|
||||
|
||||
@customElement('umb-node-editor-layout')
|
||||
class UmbNodeEditorLayout extends LitElement {
|
||||
static styles = [
|
||||
|
||||
@@ -2,11 +2,6 @@ import { css, html, LitElement } from 'lit';
|
||||
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
||||
import { customElement } from 'lit/decorators.js';
|
||||
|
||||
import '../properties/node-property.element.ts';
|
||||
import '../properties/property-editor-text.element.ts';
|
||||
import '../properties/property-editor-textarea.element.ts';
|
||||
import '../backoffice/node-editor-layout.element.ts';
|
||||
|
||||
@customElement('umb-content-editor')
|
||||
class UmbContentEditor extends LitElement {
|
||||
static styles = [
|
||||
|
||||
Reference in New Issue
Block a user