Skip to content

Commit 5b7fb1b

Browse files
authored
Minor changes to re-run checks
1 parent babdfc4 commit 5b7fb1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

14/umbraco-cms/customizing/property-editors/composition/property-editor-ui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ The Property Editor UI inherits the Settings of its Property Editor Schema.
7373

7474
Inherit the interface, to secure your Element live up to the requirements of this.
7575

76-
```ts
76+
```typescript
7777
// TODO: get interface
7878
interface UmbPropertyEditorUIElement {}
7979
```
8080

8181
**Example with LitElement**
8282

83-
```ts
83+
```typescript
8484
import { LitElement, html, css, customElement, property } from '@umbraco-cms/backoffice/external/lit';
8585
import { UmbElementMixin } from '@umbraco-cms/backoffice/element-api';
8686
import { UmbPropertyValueChangeEvent } from '@umbraco-cms/backoffice/property-editor';

0 commit comments

Comments
 (0)