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

[RFC] URL field #1472

Closed
nestordedios opened this issue Jun 12, 2020 · 1 comment
Closed

[RFC] URL field #1472

nestordedios opened this issue Jun 12, 2020 · 1 comment

Comments

@nestordedios
Copy link
Collaborator

I don't know whether this can be easily implemented in core or it might be seen more as an external resource for Bolt 4, but it would be nice to have a URL field to link to sitewide public records .

In Bolt 3, the wysiwyg editor allows you to add links in the content to internal records by opening the Link widget and Broswer server to select the record you want to link to from a list.

url-field

It would be nice to have that functionality for a "URL field" to just select the record you want to link to besides of manually typing in the URL in the text field to populate the field, specially when using blocks that contain a button representation for instance (button label + link URL).

fields:
    contentblocks:
        type: block
        label: Inhoud
        group: Inhoud
        fields:
            contentsection:
                label: Content section
                fields:
                    content:
                        label: Content
                        type: html
                    button_link:
                        label: Button link
                        type: text
                    button_label:
                        label: Button text
                        type: text
@bobdenotter
Copy link
Member

Let's close this. It's supported by Article and Redactor! :-)

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

No branches or pull requests

3 participants