由于你有自己的敏捷类型,你可以在界面上处理form directivesaka setting taggedValues.
from plone.autoform import directives
class IYourSchema(model.Schema):
directives.order_before(collage='IDublinCore.title')
collage = schema.TextLine(
title=u'Collage',
)
Run Code Online (Sandbox Code Playgroud)
您可以在plone文档中找到有关此功能的优秀文档 http://docs.plone.org/external/plone.app.dexterity/docs/reference/form-schema-hints.html#appearance-related-directives