We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
メールプラグインのメールフィールドで、 各項目ごとに ・MailField.description(説明文 → 送信されない) ・MailField.before_attachment (前見出し → 送信される) ・MailField.after_attachment (後見出し → 送信される) ・MailField.attention(注意書き → 送信されない) といった、使い分けしやすい4つの項目が用意されているが、 入力順がおかしい、項目名だけではわかりにくい、等の問題があり、 有効に活用されていない。 (前見出し・後見出しに無理やり情報を入れたりしている)
baserCMS version : 〜4.2.1
後方互換も考慮し、入力画面のUIの調整のみで完結させる
別途記載する内容があれば書きます。
The text was updated successfully, but these errors were encountered:
@katokaisya レビュー入れてます、よろしくお願いします。 #1222
Sorry, something went wrong.
katokaisya
No branches or pull requests
概要
メールプラグインのメールフィールドで、
各項目ごとに
・MailField.description(説明文 → 送信されない)
・MailField.before_attachment (前見出し → 送信される)
・MailField.after_attachment (後見出し → 送信される)
・MailField.attention(注意書き → 送信されない)
といった、使い分けしやすい4つの項目が用意されているが、
入力順がおかしい、項目名だけではわかりにくい、等の問題があり、
有効に活用されていない。
(前見出し・後見出しに無理やり情報を入れたりしている)
baserCMS version : 〜4.2.1
TODO
後方互換も考慮し、入力画面のUIの調整のみで完結させる
備考
別途記載する内容があれば書きます。
The text was updated successfully, but these errors were encountered: