Jake Vanderwerf
2026-02-14 85f32c02f80286094cc5230a30cd7ebbe77eae2d
content/strategy.php
@@ -9,6 +9,7 @@
        'redirectToAuthor'=> false,
        'show_directory'=> true,
        'directory' => 'Strategy',
        'addCrumb'      => 'project',
        'show_feed'    => true,
        'favouritable' => true,
        'karma'        => false,
@@ -107,6 +108,7 @@
                '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 Strategies',
    ];
}