Paul_Gege
(Paul Gege)
April 17, 2020, 4:10pm
1
Hi, I attempted to register my plugin using this:
Here is how I used it:
But I get this error:
I changed the code to this (passing an array with my field formatter):
However the page to edit field types comes up blank on kibana
Can someone provide some insight as to what I can do to register my field formatter plugin?
mattkime
(Matthew Kime)
April 22, 2020, 2:07am
2
I believe this was already resolved via another support channel but I think
npSetup.plugins.data.fieldFormats.register([DictionaryLookupProrvider]);
is correct and the next line needs to be
npSetup.plugins.data.fieldFormats.getType("DictionaryLookup");
system
(system)
Closed
May 20, 2020, 2:07am
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.