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

Configure custom title field for inline links #750

Open
mariosm1 opened this issue Apr 12, 2023 · 2 comments
Open

Configure custom title field for inline links #750

mariosm1 opened this issue Apr 12, 2023 · 2 comments
Labels
enhancement New feature or request Large ( < 3d) Task is estimated at less than 3 days
Milestone

Comments

@mariosm1
Copy link
Contributor

Is your feature request related to a problem? Please describe.
You can not configure the title of an inline link to point to a custom field. It is always going to use the "displaytitle" shared field for the page you are linking to. You can configure a static title for the field, but then this would give the same title to all links on the page.

Describe the solution you'd like
In the control settings for a field (e.g. a tinymce body field) you should have an option to configure the field name that you would like inline links to use. If all your pages use a title field called "pagetitle" instead of the default "displaytitle" field, you should be able to enter "pagetitle" into a text box in those control settings.

@mariosm1 mariosm1 added the enhancement New feature or request label Apr 12, 2023
@natechadwick natechadwick added this to the 8.1.4 milestone Sep 1, 2023
@ramdev1980
Copy link
Contributor

ramdev1980 commented Sep 11, 2023

@natechadwick We need your insight to understand this enhancement.

@ramdev1980
Copy link
Contributor

com/percussion/services/assembly/impl/PSInlineLinkContentHandler.java
com/percussion/linkmanagement/service/impl/PSManagedLinkService.java
com/percussion/services/assembly/impl/PSInlineLinkProcessor.java

Explore these files after adding breakpoint and try to understand the display title functionality.

@natechadwick natechadwick added the Large ( < 3d) Task is estimated at less than 3 days label Sep 13, 2023
@natechadwick natechadwick modified the milestones: 8.1.4, Future Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Large ( < 3d) Task is estimated at less than 3 days
Projects
None yet
Development

No branches or pull requests

3 participants