Skip to content

Commit

Permalink
Restyled. Missing parts.
Browse files Browse the repository at this point in the history
  • Loading branch information
plyhun committed Oct 3, 2023
1 parent 21238ac commit e017d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class="formgroup row">

<h2 class="section-header medium-12 columns">{{ 'admin.schema_editor_sectionlabel_schemaproperties' | i18n }}:</h2>
<div class="input-container small-12 medium-8 columns">
<div class="input-container small-12 medium-6 columns">
<gtx-input type="text"
[label]="'admin.schema_editor_inputlabel_name' | i18n"
formControlName="name"></gtx-input>
Expand Down
1 change: 1 addition & 0 deletions src/app/common/models/schema.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export type ListTypeFieldType = CommonFieldType | 'micronode';

export interface BaseSchemaField {
autoPurge?: boolean;
noIndex?: boolean;
name: string;
type: SchemaFieldType | MicroschemaFieldType;
allow?: string[];
Expand Down

0 comments on commit e017d55

Please sign in to comment.