You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name and description are self explanatory. Just update the values.
Enabled is the default state of the module. This can be changed by an admin in the administrative area.
Locked means it is required and cannot be disabled.
post_type is the key for the post type you are creating. It cannot have any spaces or hyphens, and must use underscores, if it is two or more words. Make sure to chose a post type key that is not used by other plugins, i.e. trainings or contacts or groups.
prerequisites defines what other modules needs to be loaded before this one. 'contacts_base' is a safe prerequisite to use so that all expected dependencies are available.