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.
h2 と h3 のみを許可したいのですが、「formatselect」ボタンを追加して表示されるドロップダウンのリストを編集する方法がわかりません。
あなたの小さなmce initファイルで
tinyMCE.init({ ... theme_advanced_blockformats : "h2,h3" });
ドキュメント