Browse Source

Spelling error fixed and bug in field form.

pull/428/head
Sebastian Stehle 6 years ago
parent
commit
0093e29e09
  1. 2
      src/Squidex/app/features/schemas/pages/schema/schema-preview-urls-form.component.html
  2. 1
      src/Squidex/app/shared/state/schemas.forms.ts

2
src/Squidex/app/features/schemas/pages/schema/schema-preview-urls-form.component.html

@ -10,7 +10,7 @@
</sqx-form-hint>
<sqx-form-hint>
Read the <a href="https://https://docs.squidex.io/guides/09-preview" sqxExternalLink>documentation</a> before setting up a custom content preview urls.
Read the <a href="https://https://docs.squidex.io/guides/09-preview" sqxExternalLink>documentation</a> before setting up custom content preview urls.
</sqx-form-hint>
<div class="content">

1
src/Squidex/app/shared/state/schemas.forms.ts

@ -170,6 +170,7 @@ export class EditFieldForm extends Form<FormGroup, { label?: string, hints?: str
editorUrl: null,
isRequired: false,
isListField: false,
isReferenceField: false,
tags: []
}));
}

Loading…
Cancel
Save