From 8c4279f9bbe7ec4681412865b999f2f4457d80ac Mon Sep 17 00:00:00 2001 From: Jake Vanderwerf <get@jakevanderwerf.ca> Date: Tue, 10 Feb 2026 20:26:34 +0000 Subject: [PATCH] =legacy latest --- content/_setup.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/content/_setup.php b/content/_setup.php index a9d9e4a..7ea2a91 100644 --- a/content/_setup.php +++ b/content/_setup.php @@ -23,7 +23,7 @@ * - dash_description = (string) customize the description for custom dashboard * - directory_extra = (array) of BASEless slugs of taxonomies to link in directory * - sections = (array) 'slug' => $options, where options include ['label' => $label, 'icon' => $iconSlug]; used to split large groups of fields into tabs on the edit page - * - fields = (array) of fields, as defined in MetaManager.php, as well as additional options: + * - fields = (array) of fields, as defined in Meta.php, as well as additional options: * - 'quickEdit' => (bool) whether this field can be edited in the custom administrator dashboard (best for text fields) * - 'section' => (string) the slug of the section, as defined above */ -- Gitblit v1.10.0