dadi / publish

Publish provides beautiful editorial interfaces for the management of content within API
https://dadi.cloud/en/publish
64 stars 13 forks source link

Add single document with tabs sample #820

Closed jimlambie closed 4 years ago

jimlambie commented 4 years ago

This PR simply adds a more advanced example collection schema for the single document collections. For investigation (issue raised by @jayraydon)

If it's a new document, the tabs work (check the href for the tabs, each one is built correctly with the format {collection}/new/{tabName})

The tabs also work immediately after saving a new document, when the document id has been pushed into the URL (they now have the format /{collection}/{documentId}/tabName).

The problem is that the tabs don't have the correct href when editing an existing document, and therefore can't be changed (they now have the format /{collection})