Commit 0b2a7b78 authored by Ivan Tyagov's avatar Ivan Tyagov

'display_list' is also useful at pre conversion level scripts (it allows...

'display_list' is also useful at pre conversion level scripts (it allows specify multiple displays for a conversion at once)
parent edf87682
......@@ -58,7 +58,7 @@
portal = context.getPortalObject()\n
\n
MARKER = (None, \'\',)\n
API_ARGUMENT_LIST = [\'format\', \'display\', \'quality\', \'resolution\']\n
API_ARGUMENT_LIST = [\'format\', \'display\', \'display_list\', \'quality\', \'resolution\']\n
validation_state = (\'released\', \'released_alive\', \'published\', \'published_alive\',\n
\'shared\', \'shared_alive\', \'public\', \'validated\')\n
\n
......
19
\ No newline at end of file
20
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment