- You can the field as localizable. It means that is dependent on the language, for example a city name.
+ You can mark the field as localizable. It means that is dependent on the language, for example a city name.
diff --git a/frontend/app/features/schemas/pages/schema/field-wizard.component.scss b/frontend/app/features/schemas/pages/schema/field-wizard.component.scss
index 230605fcd..de0add640 100644
--- a/frontend/app/features/schemas/pages/schema/field-wizard.component.scss
+++ b/frontend/app/features/schemas/pages/schema/field-wizard.component.scss
@@ -6,6 +6,7 @@ $icon-size: 4.5rem;
:host ::ng-deep {
.table-items-row-details-tab {
padding: 1.5rem 1.75rem;
+ padding-bottom: 0;
}
}
diff --git a/frontend/app/features/schemas/pages/schema/field.component.scss b/frontend/app/features/schemas/pages/schema/field.component.scss
index 8b2574a57..894871e4d 100644
--- a/frontend/app/features/schemas/pages/schema/field.component.scss
+++ b/frontend/app/features/schemas/pages/schema/field.component.scss
@@ -44,7 +44,7 @@ $padding: 1rem;
position: relative;
border: 1px solid $color-border;
border-top-width: 0;
- background: $color-table-footer;
+ background: $color-theme-secondary;
}
.nested-field {
diff --git a/frontend/app/features/schemas/pages/schema/forms/field-form-common.component.ts b/frontend/app/features/schemas/pages/schema/forms/field-form-common.component.ts
index 3076ccc91..b6b010547 100644
--- a/frontend/app/features/schemas/pages/schema/forms/field-form-common.component.ts
+++ b/frontend/app/features/schemas/pages/schema/forms/field-form-common.component.ts
@@ -17,7 +17,7 @@ import { FieldDto } from '@app/shared';
-
+
@@ -29,13 +29,13 @@ import { FieldDto } from '@app/shared';
-
+
- Define the display name for the field for documentation and user interfaces.
+ Display name for documentation and user interfaces.
@@ -43,13 +43,13 @@ import { FieldDto } from '@app/shared';
-
+
- Define some hints for the user and editor for the field for documentation and user interfaces.
+ Describe this field for documentation and user interfaces.
@@ -87,7 +87,7 @@ import { FieldDto } from '@app/shared';
diff --git a/frontend/app/features/schemas/pages/schema/schema-edit-form.component.html b/frontend/app/features/schemas/pages/schema/schema-edit-form.component.html
index b57572a8d..41b80f503 100644
--- a/frontend/app/features/schemas/pages/schema/schema-edit-form.component.html
+++ b/frontend/app/features/schemas/pages/schema/schema-edit-form.component.html
@@ -17,7 +17,7 @@
- If the label is defined it will be shown in the UI instead of the schema name.
+ Display name for documentation and user interfaces.
- Check this item to resolve display names for referenced items for the content list. Can only be checked when the MaxItems field in the validation tab is set to 1.
+ Show the name of the referenced item in content list when MaxItems is set to 1.