In a view or in the popup of the field display on nodes?
In fields you can use tokens for field display settings (there's a small token browser available). For example [node:summary] or any field available on that node type.
In views you can either use a custom entity display (and <node entity> from setting), or some customized view field (combine things from node in one Custom text field and use that in your Description Content dropdown).
How can I make the popup smaller? it is very tall.
Yeah, it looks like some <p> blow up the size here - you could inspect which field causes that and strip some markup off via views UI field settings. Depends...
Hi geoma,
hm... I'm not quite sure, what "parent" means in that context.
Is it a taxonomy term? Or a related node type?
The map will only show geo data from the field...
Hi geoma,
How can I Include more info in the popup
In a view or in the popup of the field display on nodes?
In fields you can use tokens for field display...
Steve - long story short - this is a legacy site that was ported from Drupal 7 and had some tinkering done to it so that Brilliant Gallery code was interpreted. This avoided rewriting a few...
Hi yorkshirepudding - once again you leap to my rescue!
I thought I had it sussed after reading your reply but I found that creating a new field called Description, hiding the label and...
Hi Ian...,
Can you explain why you are using Paragraphs for this? Is it because you have a specific requirement that is only filled by Paragraphs? There are other ways to create an...
Comments
Hi geoma,
In a view or in the popup of the field display on nodes?
In fields you can use tokens for field display settings (there's a small token browser available). For example
[node:summary]or any field available on that node type.In views you can either use a custom entity display (and
<node entity>from setting), or some customized view field (combine things from node in one Custom text field and use that in your Description Content dropdown).Yeah, it looks like some
<p>blow up the size here - you could inspect which field causes that and strip some markup off via views UI field settings. Depends...