Make slugs optional - they don't really make sense for notes, only really for entries with names like articles

This commit is contained in:
Danielle McLean 2017-10-11 10:33:29 +11:00
parent 5f4e94bfd2
commit efdca09b1c
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
5 changed files with 22 additions and 20 deletions

View file

@ -26,7 +26,7 @@ Profile
displayName Text Maybe sqltype=varchar(255)
Entry
slug Slug
slug Slug Maybe
kind EntryKind
name Text maxlen=255
content Text sqltype=longtext