src/pyams_default_theme/component/association/interfaces/__init__.py
branchdev-dc
changeset 276 283807967468
parent 275 ed29fe62235b
child 277 4064779f9ab0
equal deleted inserted replaced
275:ed29fe62235b 276:283807967468
    57                     value_type=Choice(vocabulary=PARAGRAPH_FACTORIES_VOCABULARY))
    57                     value_type=Choice(vocabulary=PARAGRAPH_FACTORIES_VOCABULARY))
    58 
    58 
    59     anchors_only = Bool(title=_("Anchors only?"),
    59     anchors_only = Bool(title=_("Anchors only?"),
    60                         description=_("If 'yes', only paragraphs set as 'anchors' will be selected"),
    60                         description=_("If 'yes', only paragraphs set as 'anchors' will be selected"),
    61                         required=True,
    61                         required=True,
    62                         default=True)
    62                         default=False)