adjust products model to include the title in the name
This commit is contained in:
parent
d87e8a419f
commit
c5fce258e6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[model]
|
||||
name = Products
|
||||
label = Products
|
||||
label = {{ this.title }}
|
||||
hidden = yes
|
||||
|
||||
[fields.title]
|
||||
|
|
Loading…
Reference in a new issue