Closed (fixed)
Project:
Entity Prepopulate
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2025 at 13:13 UTC
Updated:
12 Dec 2025 at 08:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ressaThanks for showing understanding to non-coders :)
As a quick win, the first line in the project page description could also be updated to cover both coders and non-coders?
"Prepopulate any node or term field (or any entity) with Token values."
Personally, I would always search for "node token prefill" or something like that, I have never searched for the word "entity", like most non-coders as well.
Comment #5
vitaliyb98 commentedAs a start, I added a draft functional which shows all available properties for the current field
Need to discuss the next thing:
- Maybe there is a better form to describe property, currently used in such a format:
<b>@label</b> — machine name: <i>@machine_name</i> (type: @type)Example: Summary — machine name: summary (type: string)- Currently, all available properties of the field are displayed, even if some of them will never be used for prepopulating.
Comment #6
geek-merlinLooks like a good start! Natural next steps (and imho all we need here) are:
- Change the list format to sth like this (the machine name is the main interesting thing, so comes first):
- format: Text format - Add description here if there is one.
- Filter out irrelevant properties: isInternal(), isReadOnly(), isComputed() (which here kicks out the processed-properties).
Comment #7
vitaliyb98 commented@geek-merlin, I made a change according to your comment, looks better:
Comment #8
geek-merlinSo then it's good to go!
Comment #10
vitaliyb98 commentedMerged into 8.x-1.x