Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type reference as a custom field #24

Open
Ojay opened this issue Mar 2, 2021 · 0 comments
Open

Type reference as a custom field #24

Ojay opened this issue Mar 2, 2021 · 0 comments

Comments

@Ojay
Copy link

Ojay commented Mar 2, 2021

Hey @dennispassway - was just going over a few things Media Library with the hope of adding a reference field to the media library via the Custom Fields config. I tried with the below but to no avail... any ideas on implementing this or is this something that'll be part of this enhancement??

Thanks!

  "theme": "light",
  "themeChanges": {},
  "customFields": [
    {
      "label": "Photographer",
      "name": "photo_photographer",
      "title": "Photographer",
      "type": "reference",
      "to": [{ "type": "photographer" }]
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant