We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37164b8 + 9e056db commit bf5a4e8Copy full SHA for bf5a4e8
resources/views/core/cms_frame_edit.blade.php
@@ -116,6 +116,15 @@
116
<option value="{{$template_name}}"@if($frame->template == $template_name) selected @endif>{{$template_key}}</option>
117
@endforeach
118
</select>
119
+ @if ($frame->plugin_name == 'menus')
120
+ <div class="alert alert-info small mt-2 mb-0" role="alert">
121
+ テンプレートの特徴や表示イメージは
122
+ <a href="https://connect-cms.jp/manual/user/menus/templates" target="_blank" rel="noopener">
123
+ マニュアル
124
+ </a>
125
+ を参照してください。
126
+ </div>
127
+ @endif
128
@if ($frame->plugin_name == 'menus')
129
<small class="text-muted">※ 「タブ」「ドロップダウン」「マウスオーバードロップダウン」系テンプレートは、スマートフォンでは表示されません。</small>
130
@endif
0 commit comments