|
Last change
on this file since 1244 was
205,
checked in by chervol, 20 years ago
|
|
fixed labels in configlet
|
|
File size:
635 bytes
|
| Line | |
|---|
| 1 | # for testPropertiesToolConf |
|---|
| 2 | nt_properties = (("metaTypesNotToList", "lines", ["PingTool"]), ) |
|---|
| 3 | |
|---|
| 4 | s_properties = (("use_folder_tabs", "lines", ["PingTool"]), |
|---|
| 5 | ("typesLinkToFolderContentsInFC", "lines", ["PingTool"]), |
|---|
| 6 | ("typesUseViewActionInListings", "lines", ["PingInfo"]),) |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | # for test_skin_installed |
|---|
| 10 | skins_content = ['ping_now', 'ping_setup', 'save_ping_setup', 'tool.gif'] |
|---|
| 11 | |
|---|
| 12 | # for test_installedAllTypes |
|---|
| 13 | istalled_types = ['PingTool', 'PingInfo'] |
|---|
| 14 | |
|---|
| 15 | # for test_added_action |
|---|
| 16 | types_actions = ({'type':'PingTool', 'actions':(('view', 'View', 'string:folder_contents', ('Manage portal',), 'object', True),)},) |
|---|
Note: See
TracBrowser
for help on using the repository browser.