Kirby::plugin setting for passing data to the panel Vue front end

Yep, I can query the data. But in order to do that, I would need to:

  1. Create a new API endpoint
  2. Use AJAX to load the data, which may be unnecessary bloat
  3. Because the data is loaded via AJAX, the plugin needs to wait for the data
  4. Due to the plugin having to wait for the necessary data, I need to delay its initialization which doesn’t seem to happen easily

It would be much simpler to just:

  1. Read the data