Is there a way to override the default editor for a field when attaching a part to a content-type? #10754
Unanswered
MikeAlhayek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a part called
LocationPart
that is added using the following migrationI attached the
locationPart
to aVehicle
content-type using the following migration. However, I somehow want to apply an editor called "Dropdown" on theLocation
field so the location field uses aDropdown
menu instead of the default content-picker. Note, I want to keep the default editor for other content type.LocationPart
is being attached to other content types where the default editor is good. So I only want the editor changed when it's attached to theVehicle
type.How can I override field settings when attaching a part to a content-type?
Beta Was this translation helpful? Give feedback.
All reactions