Skip to content

Commit 13d7c4e

Browse files
committed
Removing property-actions for textbox property-editor
The initial property-actions (Clear and Copy) were a proof-of-concept and should not have been released with 14.0.
1 parent 58cb314 commit 13d7c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/core/property-action/manifests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const propertyActionManifests: Array<ManifestPropertyActions> = [
1212
alias: 'Umb.PropertyAction.Copy',
1313
name: 'Copy Property Action',
1414
api: () => import('./common/copy/property-action-copy.controller.js'),
15-
forPropertyEditorUis: ['Umb.PropertyEditorUi.TextBox'],
15+
forPropertyEditorUis: [],
1616
meta: {
1717
icon: 'icon-paste-in',
1818
label: 'Copy',
@@ -24,7 +24,7 @@ export const propertyActionManifests: Array<ManifestPropertyActions> = [
2424
alias: 'Umb.PropertyAction.Clear',
2525
name: 'Clear Property Action',
2626
api: () => import('./common/clear/property-action-clear.controller.js'),
27-
forPropertyEditorUis: ['Umb.PropertyEditorUi.TextBox'],
27+
forPropertyEditorUis: [],
2828
meta: {
2929
icon: 'icon-trash',
3030
label: 'Clear',

0 commit comments

Comments
 (0)