Fix #3430
This commit is contained in:
		
							parent
							
								
									55a57db958
								
							
						
					
					
						commit
						15efbfb244
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -252,28 +252,28 @@ export const meta = {
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		smtpHost: {
 | 
							smtpHost: {
 | 
				
			||||||
			validator: $.str.optional,
 | 
								validator: $.str.optional.nullable,
 | 
				
			||||||
			desc: {
 | 
								desc: {
 | 
				
			||||||
				'ja-JP': 'SMTPサーバのホスト'
 | 
									'ja-JP': 'SMTPサーバのホスト'
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		smtpPort: {
 | 
							smtpPort: {
 | 
				
			||||||
			validator: $.num.optional,
 | 
								validator: $.num.optional.nullable,
 | 
				
			||||||
			desc: {
 | 
								desc: {
 | 
				
			||||||
				'ja-JP': 'SMTPサーバのポート'
 | 
									'ja-JP': 'SMTPサーバのポート'
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		smtpUser: {
 | 
							smtpUser: {
 | 
				
			||||||
			validator: $.str.optional,
 | 
								validator: $.str.optional.nullable,
 | 
				
			||||||
			desc: {
 | 
								desc: {
 | 
				
			||||||
				'ja-JP': 'SMTPサーバのユーザー名'
 | 
									'ja-JP': 'SMTPサーバのユーザー名'
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		smtpPass: {
 | 
							smtpPass: {
 | 
				
			||||||
			validator: $.str.optional,
 | 
								validator: $.str.optional.nullable,
 | 
				
			||||||
			desc: {
 | 
								desc: {
 | 
				
			||||||
				'ja-JP': 'SMTPサーバのパスワード'
 | 
									'ja-JP': 'SMTPサーバのパスワード'
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue