Added arn to the main repository
This commit is contained in:
7
arn/QuoteText.go
Normal file
7
arn/QuoteText.go
Normal file
@ -0,0 +1,7 @@
|
||||
package arn
|
||||
|
||||
// QuoteText ...
|
||||
type QuoteText struct {
|
||||
English string `json:"english" editable:"true" type:"textarea"`
|
||||
Japanese string `json:"japanese" editable:"true" type:"textarea"`
|
||||
}
|
Reference in New Issue
Block a user