Jake Vanderwerf
2026-02-14 85f32c02f80286094cc5230a30cd7ebbe77eae2d
content/design.php
@@ -8,6 +8,7 @@
        'directory' => 'Design',
        'show_feed'    => true,
        'show_directory'=> true,
        'addCrumb'      => 'project',
        'favouritable' => true,
        'karma'        => false,
        'icon'         => 'scribble',
@@ -113,6 +114,7 @@
                'label' => 'Notes'
            ],
            'needs' => [
                'type'  => 'repeater',
                'label' => 'Needs',
@@ -122,6 +124,11 @@
                        'label' => 'Need',
                        'required' => true
                    ],
                    'image' => [
                        'type'  => 'upload',
                        'multiple' => true,
                        'label' => 'Example Image'
                    ],
                    'fulfilled' => [
                        'type'  => 'textarea',
                        'quill' => true,
@@ -138,6 +145,11 @@
                        'label' => 'Want',
                        'required' => true
                    ],
                    'image' => [
                        'type'  => 'upload',
                        'multiple' => true,
                        'label' => 'Example Image'
                    ],
                    'fulfilled' => [
                        'type'  => 'textarea',
                        'quill' => true,
@@ -147,6 +159,6 @@
            ],
        ],
        'single_image' => false,
        'upload_title' => 'Upload Artwork',
        'upload_title' => 'Upload Designs',
    ];
}