kopia lustrzana https://github.com/wagtail/wagtail
Revise wording of static resources usage in modeladmin documentation
Small wording revision Merge pull request #5295 from DanielSwain/patch-35pull/5318/head
commit
ddbbbe4417
|
@ -105,8 +105,7 @@ The ``ModelAdmin`` class provides several attributes to enable you to easily
|
||||||
add additional stylesheets and JavaScript to the admin interface for your
|
add additional stylesheets and JavaScript to the admin interface for your
|
||||||
model. Each attribute simply needs to be a list of paths to the files you
|
model. Each attribute simply needs to be a list of paths to the files you
|
||||||
want to include. If the path is for a file in your project's static directory,
|
want to include. If the path is for a file in your project's static directory,
|
||||||
Wagtail will automatically prepended paths for each path with ``STATIC_URL``,
|
then Wagtail will automatically prepend the path with ``STATIC_URL`` so that you don't need to repeat it each time in your list of paths.
|
||||||
so you don't need to repeat it each time in your list of paths.
|
|
||||||
|
|
||||||
If you'd like to add styles or scripts to the ``IndexView``, you should set the
|
If you'd like to add styles or scripts to the ``IndexView``, you should set the
|
||||||
following attributes:
|
following attributes:
|
||||||
|
|
Ładowanie…
Reference in New Issue