Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTMLPurifiertextareaでタグを有効にする方法は?
textarea
私は試しました:
$config->set('HTML.Allowed', 'textarea');
しかし、うまくいきません。この問題を解決するには?
Forms モジュールをロードしない限り、textarea はサポートされません。%HTML.Trusted をオンにすると、このモジュールが読み込まれますが、このディレクティブは JavaScript もオンにするため、信頼できるユーザーのみが使用する必要があります。