Skip to content

Feature request: be able to include a component and all its children tree #327

@amirsarfarW

Description

@amirsarfarW

Is it available to add a feature that enable us to include a component and all its descendent (children) components?

For example I have this code

<Parent>
  <A>
    <B>
      <C>Hello</C>
    </B>
  </A>
</Parent>

I want to be able to include A and all its children (in this case A, B & C)

In large pages it is very difficult to include a section and its children with regex and it is almost impossible to track all components

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions