BaseSchema.copy()+ Schema((StringField('id', required= True, vocabular
y= 'getPossibleWorkflowIds', widget= SelectionWidget(format= 'select',
label= 'Workflow', label_msgid= 'label_config_id', description= "Sele
ct the workflow on which you want to " "install StagingAddOn.", descri
ption_msgid= 'help_config_id', i18n_domain= "stagingaddon",),), LinesF
ield('publishedStateId', schemata= SECOND_SCHEMATA, required= True, vo
cabulary= 'getPossiblePublishedStateIds', widget= MultiSelectionWidget
(format= 'select', label= 'Published state', label_msgid= 'label_confi
...
|