Using shared block field as model title in admin

I’m using a shared block similar to the example shown in the dato docs.

The shared block is meant to be for all pages and it includes a title, seo, and slug fields so that I don’t have to redo these and keep them up to date with changes across different page types.

The issue is for models I can’t set the title in the shared global page block to be the preview title for the record and instead it requires a field that is on the model itself.

Is there any work around or do I have to include a field I want to use as the preview title shown in the admin on the model itself and not use a shared block.

In this example shown here with Bloggable shared type the title can’t be selected as the preview field for the model it is on and this is the problem I’d like to work around.

Screenshot of what the schema settings allow for preview only showing fields on the model itself and not in the shared block

Then in the admin list this is what is shown:
Screenshot 2025-05-20 at 5.24.11 PM

Hi @manning.jesse,

Thanks for pointing this out! This may be an oversight on our part. Let me check with our developers and get back to you soon. Sorry about that!