Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/manuals/ADMIN/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9558,7 +9558,7 @@ $.item_30002_title0.attribute_value_mlt[*].subitem_title
<tr class="odd">
<td>初期表示画面設定</td>
<td><p>初期表示画面を設定します。</p>
<p>[インデックス検索結果を表示する]、[ランキングを表示する]、[コミュニティ一覧を表示する]を選択できます。</p>
<p>[インデックス検索結果を表示する]、[ランキングを表示する]、[コミュニティ一覧を表示する]、[WEBコンテンツを表示する]を選択できます。</p>
<p>デフォルトは[インデックス検索結果を表示する]です。</p>
<ul>
<li><blockquote>
Expand All @@ -9570,6 +9570,9 @@ $.item_30002_title0.attribute_value_mlt[*].subitem_title
<li><blockquote>
<p>[コミュニティ一覧を表示する]を選択する場合、表示するコミュニティ一覧は、メインコンテンツのコミュニティタブで表示されるものと同じです。</p>
</blockquote></li>
<li><blockquote>
<p>[WEBコンテンツを表示する]を選択する場合、[WEBコンテンツ表示設定]を設定できます。</p>
</blockquote></li>
</ul></td>
</tr>
<tr class="even">
Expand All @@ -9585,6 +9588,11 @@ $.item_30002_title0.attribute_value_mlt[*].subitem_title
<p>表示されているインデックスツリーから1つのインデックスを選択できます。</p>
<p>デフォルトは「Root Index」です。</p></td>
</tr>
<tr class="even">
<td>WEBコンテンツ表示設定</td>
<td><p>TOP画面に表示するウィジェットを設定します。</p>
<p>[Fred description]のウィジェットを選択できます。</p></td>
</tr>
</tbody>
</table>

Expand Down
8 changes: 8 additions & 0 deletions docs/manuals_en/ADMIN/admin_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -14094,6 +14094,9 @@ Table 15‑10. The elements in "Main Screen Initial Display Setting"
<li><blockquote>
<p>When you select "Communities", the community list displayed will be the same as the one displayed in the "Community" tab of the main content.</p>
</blockquote></li>
<li><blockquote>
<p>When you select "Web content", you can set "Display settings for web content".</p>
</blockquote></li>
</ul></td>
</tr>
<tr class="even">
Expand All @@ -14109,6 +14112,11 @@ Table 15‑10. The elements in "Main Screen Initial Display Setting"
<p>You can select an index from the displayed index tree.</p>
<p>The default is set to "Root Index".</p></td>
</tr>
<tr class="even">
<td>Display settings for web content</td>
<td><p>Set the widgets to be displayed on the TOP screen.</p>
<p>You can select the widget in the Free description.</p></td>
</tr>
</tbody>
</table>

Expand Down
2 changes: 2 additions & 0 deletions docs/spec/base/admin/ADMIN_14_11.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@

- > 「コミュニティ一覧を表示する(Communities)」:初期画面中央部にコミュニティをリスト表示する。リスト最上部に検索用テキストボックスがあり、コミュニティ名の部分一致検索を可能としている。テキストボックスに入力後にエンターキー押下で検索をする。

- > 「WEBコンテンツを表示する(Communities)」:この項目を選択すると、「WEBコンテンツ表示設定」が表示され、表示可能な「Free Description」のウィジェットの一覧が表示される。初期画面中央部に選択されたウィジェットを表示する。

<!-- end list -->

- > 初期表示インデックス表示方法(Default Index to Display):「最も新しい公開アイテムの属するインデックス(Index of the newest item registered)」「インデックス指定(Specific index)」のどちらかを選択し設定する。
Expand Down