Project Details
A project's detail fields — client, date, services and whatever else the project records.
The block renders through the project_details element — the same PHP that runs in the page builder, so the front
end is identical either way.
This element ships with the Portfolio extension, which is inactive by default. Activate it under Unyson+ → Extensions and the block appears in the inserter.
With the extension off the block does not register at all — deliberately, so it cannot appear as an inserter entry with an empty sidebar that renders nothing.
What the sidebar exposes
| Option | What it does |
|---|---|
project_id | Which project (empty = the current one) |
heading | Heading above the details |
heading_tag | Its heading level |
Anything not listed stays available in the page builder, and round-trips untouched.
Leave project_id empty and the element reads whichever project it finds itself in — which is what a
Theme Builder project template wants. Set it, and the
element pins that one project, which is what a landing page wants.
In an ordinary page with neither, there is no project to read, and the block says so rather than rendering nothing.