Commit 1f667177 by Van

fix(all): title_format : syndicobjectname in config contenttype

parent a26fb131
......@@ -55,6 +55,7 @@ class ContentTypeFile
'slug' => strtolower($this->flux->getTitle()),
'singular_name' => ucfirst($this->flux->getContentType()),
'singular_slug' => strtolower($this->flux->getContentType()),
'title_format' => 'syndicobjectname',
'fields' => $this->getFields(),
'record_template' => strtolower('tourinsoft/'.$this->flux->getFluxCode().'/record.twig'),
'listing_template' => strtolower('tourinsoft/'.$this->flux->getFluxCode().'/listing_record.twig'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment