Loading core/modules/system/config/schema/system.schema.yml +8 −0 Original line number Diff line number Diff line Loading @@ -370,6 +370,8 @@ system.image.gd: system.mail: type: config_object label: 'Mail system' constraints: FullyValidatable: ~ mapping: interface: type: sequence Loading Loading @@ -401,10 +403,16 @@ system.mail: type: string nullable: true label: 'User' constraints: NotBlank: allowNull: true password: type: string nullable: true label: 'Password' constraints: NotBlank: allowNull: true port: type: integer nullable: true Loading Loading
core/modules/system/config/schema/system.schema.yml +8 −0 Original line number Diff line number Diff line Loading @@ -370,6 +370,8 @@ system.image.gd: system.mail: type: config_object label: 'Mail system' constraints: FullyValidatable: ~ mapping: interface: type: sequence Loading Loading @@ -401,10 +403,16 @@ system.mail: type: string nullable: true label: 'User' constraints: NotBlank: allowNull: true password: type: string nullable: true label: 'Password' constraints: NotBlank: allowNull: true port: type: integer nullable: true Loading