Skip to content
Snippets Groups Projects

Init, just to test mkdocs

Closes #3473889

Merge request reports

Code Quality is loading
Test summary results are being parsed

Merged by Pierre DureauPierre Dureau 5 months ago (Feb 6, 2025 3:40pm UTC)

Merge details

  • Changes merged into 2.0.x with f85ddf51 (commits were squashed).
  • Did not delete the source branch.
  • Auto-merge enabled

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
docs/faq.md 0 → 100644
1 # Frequently Asked Questions
2
3 ## Questions from components users
4
5 ### Where are Field Group and Display Suite integrations?
  • docs/faq.md 0 → 100644
    97 - deprecated
    98 - obsolete
    99 ```
    100
    101 https://git.drupalcode.org/project/drupal/-/blob/11.x/core/assets/schemas/v1/metadata.schema.json
    102
    103 This information is shown in the component library, but the component is still available for selection.
    104
    105 ### Relationship with Storybook module
    106
    107 https://www.drupal.org/project/storybook provides an integration between SDC and Storybook component library.
    108
    109 So it looks like `ui_patterns_library` but the goals are different:
    110
    111 - `storybook` is a development tool, powerful, outside of Drupal, an industry standard, great for the front developers
    112 - `ui_patterns_library` is to check the components once developed, inside Drupal, well integrated in Drupal and the Render API, great for the other stakeholders, without having to go to another tool
      • ui_patterns_library displays components and their structure once developed, inside Drupal. It's well integrated in Drupal and the Render API, great for the other stakeholders, without having to go to another tool
    • Please register or sign in to reply
  • Michael Fanini
  • 6
    7 ## In Block Layout (`/admin/structure/block`)
    8
    9 Every UI component is a Drupal block plugin, available in the "Place block" modal:
    10
    11 ![](images/block-1.webp)
    12
    13 For example, to assign any component in the Header region, click on "Place Block" button and choose the component to be placed in this particular region.
    14
    15 The component is configurable as an usual block plugin, with the [Component form](3.0-component-form.md) alongside the block title, the visibility settings and the block placement:
    16
    17 ![](images/block-2.webp)
    18
    19 ### Contextual data sources
    20
    21 There is no specific context here. Only the generic data sources are available.
  • Michael Fanini
  • Michael Fanini
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading