Skip to content

Getting started

This Panel field is ideal for people who want to preview single CSV files in the Panel and make simple use of the data in the frontend. If you want to achieve more elaborate matters, virtual pages from CSV will still be the better choice.

Requirements

The CSV field requires Kirby 4.

Install

There are two main ways to install this plugin:

  1. Download & unzip
  2. Copy this repository to /site/plugins/csv-field.
  3. Add the field to your blueprint
yml
fields:
  myCsvField:
    type: csv
    label: My CSV field

See all blueprint options.

With composer

Alternatively, you can install it with composer:

bash
composer require distantnative/kirby-csv-field

Updates

Make sure to read the release notes for breaking changes before you start the update.

  1. Download & unzip the new version
  2. Replace the /site/plugins/csv-field folder

Or, if you installed the plugin via composer, run:

bash
composer update distantnative/kirby-csv-fieldy

CSV field is made for Kirby CMS with love 💛