url - How to set id as slug in Bolt CMS? -


how can use "id" slug in url? content without title , bolt creates path such "slug-cd7k2y"

my contenttype:

smsy: name: smsy singular_name: sms title_format: id fields:     tresc:         type: textarea         class: large         group: content         required: true     slug:          type: slug         uses: id taxonomy: [ kategorie, tags ] listing_template: listing.twig listing_records: 10 default_status: publish sort: -datepublish recordsperpage: 10 show_on_dashboard: true 

there problems using numeric slugs, records available via both slug , record id.

that said, there change committed both stable , development branches week first appear in bolt 2.2.18 sometime optionally allows use of numeric slugs.


Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

json - Gson().fromJson(jsonResult, Myobject.class) return values in 0's -