FeatureFuel
4

Allow VisualEditorUrls to match a pattern

Source: directus/directus#25364 · opened by @WaschBaer0395
Summary It would be nice if the VIsualEditor could match a whole set of urls automatically Basic Example _No response_ Motivation lets say we have a page /events and it contains several events /events/1 events/2 where event/number is the detailpage the amount of events can change depending on how many events are currently in the collection set to published i would like the VisualEditor to know that it should work on all of those ( right now it does work when manually navigating there, but when i klick save it refreshes and then is not in edit mode anymore cause the url list dosent contain this speicfic route) Detailed Design allow us to write this in the url list: ...website.com/events/[id]... where [id] is linked to the collection containing all events, so it knows that the editor should work with lets say the 100 events in that collection or a general setting to allow all routes of aspecific type /events/... /events/<number> events/partyevents/<nu…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests