MDC: 標準コンポーネントをカスタムコンポーネントに入れ替え機能(ドキュメント) - #95
Open
tei-syou wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
標準コンポーネントをカスタムコンポーネントに差し替える機能について、EntityView(検索画面・詳細画面)向けの開発者ドキュメントを補強するPRです。検索/詳細それぞれの定義項目に「カスタムコンポーネント差し替え」を追加し、共通となるカスタムコンポーネント設定の説明ページを新設して参照できるようにしています。
Changes:
- 検索画面の「カスタムコンポーネント設定」セクションを追加し、差し替え対象コンポーネントの対応表を追記
- 詳細画面の「カスタムコンポーネント」セクションを追加し、差し替え対象の説明を追記
- 共通説明として
customcomponent.adocを新規追加し、EntityViewのindexにinclude
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| developerguide/src/docs/asciidoc/materialdesigncomponents/entityview/searchlayout.adoc | 検索画面の差し替え可能なカスタムコンポーネント設定項目を追記 |
| developerguide/src/docs/asciidoc/materialdesigncomponents/entityview/detaillayout.adoc | 詳細画面の差し替え可能なカスタムコンポーネント設定項目を追記 |
| developerguide/src/docs/asciidoc/materialdesigncomponents/entityview/customcomponent.adoc | カスタムコンポーネントの共通設定・データ受け渡し説明を新規追加 |
| developerguide/src/docs/asciidoc/materialdesigncomponents/entityview/index.adoc | 新規ドキュメント(customcomponent.adoc)を章として組み込み |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
標準コンポーネントをカスタムコンポーネントに入れ替え機能のドキュメント修正。





検索条件と詳細画面が対象。