'Writing', 'plural' => 'Writings', 'hide_single' => false, 'redirectToAuthor'=> false, 'show_feed' => true, 'addCrumb' => 'project', 'show_directory'=> true, 'directory' => 'Writing', 'favouritable' => true, 'karma' => false, 'icon' => 'pen-nib', 'rewrite' => [ 'slug' => 'writing', 'with_front' => false, ], 'seo' => [ 'schema' => [ 'type' => 'CreativeWork', 'name' => '{{post_title}}', 'description' => '{{post_excerpt}}', 'about' => ['@id' => '{{site_url}}/#writing'], 'associatedMedia' => '{{post_thumbnail}}', 'dateCreated' => '{{post_date}}', ], 'meta' => [ 'title' => '{{post_title}} | Human-made Writing', 'description' => '{{post_excerpt}}', ], 'archive' => [ 'type' => 'CollectionPage', 'name' => 'Canadian Content Writing. From Edmonton, Alberta.', ], ], 'feed' => [ 'single' => [ 'pre_title' => 'Canadian Content Writing. From Edmonton, Alberta.', ], 'archive' => [ ], 'config' => [ 'is_gallery' => false, 'content' => 'writing', 'context' => 'writing', 'id' => [], 'class' => [], ] ], 'fields' => [ 'post_status' => [ 'type' => 'radio', 'label' => 'Status', 'options' => [ 'publish' => 'Show', 'draft' => 'Hide', 'trash' => 'Scrap', 'delete' => 'Permanently Delete' ], 'hidden' => true, ], 'post_title' => [ 'type' => 'text', 'label' => 'Title', ], 'post_date' => [ 'type' => 'date', 'label' => 'Date', ], 'post_thumbnail' => [ 'type' => 'upload', 'label' => 'Image', ], 'project' => [ 'type' => 'taxonomy', 'taxonomy' => 'project', 'autocomplete' => true, 'label' => 'Project', ], 'target' => [ 'type' => 'taxonomy', 'taxonomy' => 'target', 'autocomplete' => true, 'label' => 'Target Audience', ], 'city' => [ 'type' => 'taxonomy', 'autocomplete' => true, 'taxonomy' => 'city', 'label' => 'City', ], 'gallery' => [ 'type' => 'upload', 'multiple' => true, 'label' => 'Gallery', ], 'price' => [ 'type' => 'number', 'label' => 'Price', ], 'post_content' => [ 'type' => 'textarea', 'quill' => true, 'label' => 'Notes' ], 'needs' => [ 'type' => 'repeater', 'label' => 'Needs', 'fields'=> [ 'need' => [ 'type' => 'text', 'label' => 'Need', 'required' => true ], 'image' => [ 'type' => 'upload', 'multiple' => true, 'label' => 'Example Image' ], 'fulfilled' => [ 'type' => 'textarea', 'quill' => true, 'label' => 'How I fulfilled it' ] ] ], 'wants' => [ 'type' => 'repeater', 'label' => 'Wants', 'fields'=> [ 'need' => [ 'type' => 'text', 'label' => 'Want', 'required' => true ], 'image' => [ 'type' => 'upload', 'multiple' => true, 'label' => 'Example Image' ], 'fulfilled' => [ 'type' => 'textarea', 'quill' => true, 'label' => 'How I fulfilled it' ] ] ], ], 'single_image' => false, 'upload_title' => 'Upload Writings', ]; }