source=entry
が指定されている場合、そのフォームで作成される記事(エントリー)の custom type は entry_custom_type 属性で指定されたもののままですが、entry_class 属性で entry class を指定できるようになりました。# config/data/forms/myform.properties class=tsi.sdk.data.EntryFormFactory display_name=My Custom Form # located in the current directory xml=config.data.forms.myform-schema sdl=config.data.forms.myform-layout sources=entry # These entries will be treated just like all other tasks, including belonging # to the "task" index entry type (config/entry/indextypes/task.properties) entry_custom_type=task # But they will belong to the "mine" entry class (config/entry/classes/mine.properties) # so that they will open in this form for editing. entry_class=mine