Jake Vanderwerf
2026-02-14 85f32c02f80286094cc5230a30cd7ebbe77eae2d
content/writing.php
@@ -8,6 +8,7 @@
        'hide_single'  => false,
        'redirectToAuthor'=> false,
        'show_feed'    => true,
        'addCrumb'      => 'project',
        'show_directory'=> true,
        'directory' => 'Writing',
        'favouritable' => true,
@@ -107,6 +108,7 @@
                'quill' => true,
                'label' => 'Notes'
            ],
            'needs' => [
                'type'  => 'repeater',
                'label' => 'Needs',
@@ -116,6 +118,11 @@
                        'label' => 'Need',
                        'required' => true
                    ],
                    'image' => [
                        'type'  => 'upload',
                        'multiple' => true,
                        'label' => 'Example Image'
                    ],
                    'fulfilled' => [
                        'type'  => 'textarea',
                        'quill' => true,
@@ -132,6 +139,11 @@
                        'label' => 'Want',
                        'required' => true
                    ],
                    'image' => [
                        'type'  => 'upload',
                        'multiple' => true,
                        'label' => 'Example Image'
                    ],
                    'fulfilled' => [
                        'type'  => 'textarea',
                        'quill' => true,
@@ -141,6 +153,6 @@
            ],
        ],
        'single_image' => false,
        'upload_title' => 'Upload Artwork',
        'upload_title' => 'Upload Writings',
    ];
}