dotnet add OrchardCore.ContentFieldsContent Fields module adds common content fields to be used with your custom types.
Features
Content Fields
Content Fields module adds common content fields to be used with your custom types. Its manifest-backed feature ID is OrchardCore.ContentFields, and it is categorized as Content Management. It depends on OrchardCore.ContentTypes, and OrchardCore.Shortcodes, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Content Fields Indexing (SQL)
Content Fields Indexing module adds database indexing for content fields. Its manifest-backed feature ID is OrchardCore.ContentFields.Indexing.SQL, and it is categorized as Content Management. It depends on OrchardCore.ContentFields, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Content Fields Indexing (SQL) - User Picker
User Picker Content Fields Indexing module adds database indexing for user picker fields. Its manifest-backed feature ID is OrchardCore.ContentFields.Indexing.SQL.UserPicker, and it is categorized as Content Management. It depends on OrchardCore.ContentFields, and OrchardCore.Users, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause