mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update 01_ModelAdmin.md
This commit is contained in:
parent
ff409d5e31
commit
b6a31d9229
@ -117,7 +117,7 @@ class MyAdmin extends ModelAdmin
|
||||
// This format can be used to customise the URL segment for this Model. This can
|
||||
// be useful if you do not want the fully qualified class name of the Model to
|
||||
// appear in the URL. It can also be used to have the same Model appear more than
|
||||
// once, allowing you to create custom views.
|
||||
// once, allowing you to create custom views. (Only available in SS4.7+)
|
||||
'product-category' => [
|
||||
'dataClass' => Category::class,
|
||||
'title' => 'Product categories'
|
||||
|
Loading…
x
Reference in New Issue
Block a user