add supportsReadOnly to supported manifests
This commit is contained in:
@@ -12,6 +12,7 @@ export const manifests: Array<ManifestTypes> = [
|
||||
icon: 'icon-readonly',
|
||||
group: 'pickers',
|
||||
propertyEditorSchemaAlias: 'Umbraco.Label',
|
||||
supportsReadOnly: true,
|
||||
},
|
||||
},
|
||||
labelSchemaManifest,
|
||||
|
||||
@@ -13,6 +13,7 @@ export const manifests: Array<ManifestTypes> = [
|
||||
propertyEditorSchemaAlias: 'Umbraco.Decimal',
|
||||
icon: 'icon-autofill',
|
||||
group: 'common',
|
||||
supportsReadOnly: true,
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
@@ -41,6 +42,7 @@ export const manifests: Array<ManifestTypes> = [
|
||||
icon: 'icon-autofill',
|
||||
group: 'common',
|
||||
propertyEditorSchemaAlias: 'Umbraco.Integer',
|
||||
supportsReadOnly: true,
|
||||
},
|
||||
},
|
||||
...decimalSchemaManifests,
|
||||
|
||||
@@ -21,6 +21,7 @@ export const manifests: Array<ManifestTypes> = [
|
||||
propertyEditorSchemaAlias: 'Umbraco.TextBox',
|
||||
icon: 'icon-autofill',
|
||||
group: 'common',
|
||||
supportsReadOnly: true,
|
||||
settings: {
|
||||
properties: [inputTypeConfig],
|
||||
defaultData: [
|
||||
@@ -42,6 +43,7 @@ export const manifests: Array<ManifestTypes> = [
|
||||
propertyEditorSchemaAlias: 'Umbraco.EmailAddress',
|
||||
icon: 'icon-message',
|
||||
group: 'common',
|
||||
supportsReadOnly: true,
|
||||
settings: {
|
||||
properties: [inputTypeConfig],
|
||||
defaultData: [
|
||||
|
||||
@@ -12,6 +12,7 @@ export const manifests: Array<ManifestTypes> = [
|
||||
propertyEditorSchemaAlias: 'Umbraco.TextArea',
|
||||
icon: 'icon-edit',
|
||||
group: 'common',
|
||||
supportsReadOnly: true,
|
||||
settings: {
|
||||
properties: [
|
||||
{
|
||||
|
||||
@@ -12,6 +12,7 @@ export const manifests: Array<ManifestTypes> = [
|
||||
propertyEditorSchemaAlias: 'Umbraco.Tags',
|
||||
icon: 'icon-tags',
|
||||
group: 'common',
|
||||
supportsReadOnly: true,
|
||||
},
|
||||
},
|
||||
schemaManifest,
|
||||
|
||||
Reference in New Issue
Block a user