Reference for fields for the plugin description

Hi!

I’m finally getting round to describing a bunch of Kirby plugins I’ve created so I can add them to the directory.

I’ve looked at the existing plugins for the fields I can use, but I was wondering if there’s a reference somewhere to see all the available fields (like category and subcategory) and maybe the specs (width/height/filetype) for images you can add (I see avatar and card in use).

Thanks!

-Mirthe

We don’t have such list, but we are planning a submit form for plugins which will finally solve this issue in the future.

As for now, you can use one of the newer plugins as reference: getkirby.com/content/plugins/tobimori/inertia at main · getkirby/getkirby.com · GitHub

Ah okay, thank you! I’ll look into that specific plugin. A form would indeed be an elegant solution for this. For now a list of available cats and subcats would be very convenient also.

Used categories:

Array
(
    [0] => analytics
    [1] => media
    [2] => fields
    [3] => templating
    [4] => performance
    [5] => devtools
    [6] => panel
    [7] => forms
    [8] => dates
    [9] => dev-tools
    [10] => security
    [11] => seo
    [12] => headless
    [13] => i18n
    [14] => social
    [15] => ecommerce
    [16] => text
    [17] => search
    [18] => versioning
    [19] => payments
)

Used subcategories:

Array
(
    [0] => dashboard
    [1] => images
    [2] => dates
    [3] => feeds
    [4] => optimization
    [5] => plugins
    [6] => utilities
    [7] => engine
    [8] => assets
    [9] => calendar
    [10] => plugin-development
    [11] => panel
    [12] => caching
    [13] => devtools
    [14] => field-method
    [15] => cachebusting
    [16] => enhancements
    [17] => templating
    [18] => emails
    [19] => logging
    [20] => cachedriver
    [21] => structured-content
    [22] => navigation
    [23] => static-site-generator
    [24] => api
    [25] => view
    [26] => editing
    [27] => privacy
    [28] => section
    [29] => videos
    [30] => authentication
    [31] => enhancement
    [32] => social
    [33] => debugging
    [34] => colors
    [35] => ab-testing
    [36] => syntax-highlighting
    [37] => content-protection
    [38] => block
    [39] => indieweb
    [40] => podcasts
    [41] => maps
    [42] => integration
    [43] => merx
    [44] => pwa
    [45] => relationships
    [46] => cdn
)
1 Like