Skip to content

Commit bf5a4e8

Browse files
authored
Merge pull request #2302 from opensource-workshop/feat/menus-template-description-link
[メニュー] テンプレート選択にマニュアル導線を追加しました
2 parents 37164b8 + 9e056db commit bf5a4e8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

resources/views/core/cms_frame_edit.blade.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@
116116
<option value="{{$template_name}}"@if($frame->template == $template_name) selected @endif>{{$template_key}}</option>
117117
@endforeach
118118
</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
119128
@if ($frame->plugin_name == 'menus')
120129
<small class="text-muted">※ 「タブ」「ドロップダウン」「マウスオーバードロップダウン」系テンプレートは、スマートフォンでは表示されません。</small>
121130
@endif

0 commit comments

Comments
 (0)