LoginSignup
0
0

More than 1 year has passed since last update.

出力テスト(moudleとwidget)

Posted at

カラーフィールドにて下記を指定

#cccccc
透明度:80%

デフォルトのmoduleを指定して出力

{{ module.color_1.color }}
#cccccc

{{ module.color_1.opacity }}
80

{{ module.color_1.css }}
rgba(204, 204, 204, 80%)

widgetで指定しても同様の出力が得られた。(旧仕様が残っている?)

{{ widget.color_1.color }}
#cccccc

{{ widget.color_1.opacity }}
80

{{ widget.color_1.css }}
rgba(204, 204, 204, 80%)

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