LoginSignup
0
0

More than 5 years have passed since last update.

EC-CUBE 3 HTMLタグを有効にする方法

Posted at

テンプレート内で変数指定する際にHTMLタグを有効にしたい場合は

|raw

をつけると有効になります。

path : src\Eccube\Resource\template\default\Product\detail.twig

{{ Product.description_detail|raw|nl2br }}
デフォルトで商品説明に記述があります。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0