#Interface Extension | Access values from Extension options

3 messages · Page 1 of 1 (latest)

sterile kiln
#

Hi,
i am currently trying to access a option field configured inside the index.ts of my interface extension.

How do i acutally retrieve the options set in this interface ?
Via props ? Or am i missing an inject of some sorts ?

Also i am trying to select a field of the current collection (in this case the field with the field name "image") via this options field . Is there a type / interface for something like this besides type: "string" or interface: "text-input" ?

neon sentinel
#

Try change interface to "input"

sterile kiln
#

Hi !
Changed options meta.interface from "text-input" to "input".
Same result :