- Timestamp:
- 06/29/07 16:05:08 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8(django)/PyLucid/plugins_internal/page_style/page_style_cfg.py
r1103 r1127 18 18 "must_login" : False, 19 19 "must_admin" : False, 20 "internal_page_info" : { 21 # Note: This internal page is not used in page_style.lucidTag() 22 # The data used in PyLucid.middlewares.additional_content! 23 "name" : "add_data", 24 "description" : "Template for adding CSS/JS from plugins.", 25 "markup" : None 26 }, 20 27 }, 21 28 "print_current_style" : { 22 29 "must_login" : False, 23 30 "must_admin" : False, 31 "internal_page_info" : { 32 "name" : "write_styles", 33 "description" : "Insert the stylesheets directly.", 34 "markup" : None 35 }, 24 36 }, 25 37 "sendStyle" : {
