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?
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");
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.