Field Formatter registration Kibana 7.6.2

Hi, I attempted to register my plugin using this:
image

Here is how I used it:
image

But I get this error:

I changed the code to this (passing an array with my field formatter):
image

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?

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");

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.