Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ContentBundle] Feature Proposal: Link Entity #2082

Open
FabianLiebl opened this issue Sep 19, 2024 · 0 comments
Open

[ContentBundle] Feature Proposal: Link Entity #2082

FabianLiebl opened this issue Sep 19, 2024 · 0 comments

Comments

@FabianLiebl
Copy link
Member

Feature proposal:
An entity (e.g. "Link") which represents a link (url) to any routable resource or a manual free text url.

The entity should be loosely linkable by any other entity (similar to MediaBundle File).

It should include a form type with the following elements:

  1. ChoiceType to choose the type of target, which includes all routable resources (or a selection configured somewhere) as well as an entry for a manual link (e.g. "manual")
  2. An Autocomplete Type to select the routable resource (entries update dynamically based on 1.)
  3. A TextType for manual link entry (visibility swaps with 2. based on 1.)
  4. A ChoiceType to select target _blank/_self

The entity could also be included in NavigationBundle Link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant