'Form', 'plural' => 'Forms', 'description' => [ 'From paintings to sculptures.' ], 'icon' => 'shapes', 'show_feed' => true, 'show_directory' => false, 'approve_new' => false, 'rewrite' => [ 'slug' => 'form', 'with_front' => false, ], 'for_content' => [ 'art', 'design', ], 'seo' => [ 'schema' => [ 'type' => 'DefinedTerm', 'name' => '{{term_name}}', 'description' => '{{term_description}}', ], 'meta' => [ 'title' => '{{term_name}} | Art Forms', 'description' => '{{term_description}}', ], 'archive' => [ 'type' => 'CollectionPage', 'name' => '{{term_name}} Art', ], ], 'fields' => [ 'term_name' => [ 'label' => 'Name', 'type' => 'text', 'quickEdit' => true, ], 'common' => [ 'wiki' ] ] ]; }