-
Notifications
You must be signed in to change notification settings - Fork 0
Overview
uottawa-wcms edited this page Nov 9, 2012
·
1 revision
This module modifies the entity creation / edit form provided by entity_crud_ui and makes it dual-language.
There is very little customization to be done any more. It's designed to pick up the existing settings provided by i18n and other modules. The form properties are those provided by entity_crud_ui.
Current Notes:
- We need a way of overriding certain parts of the entity system to make them dual-language compatible (things like languages, etc). Several hook_alters will likely need to be added to entity_crud_ui for this.
- Properties cannot be dual-languaged or even translated right now. This needs to be addressed in entity_crud_ui, then we will need a code fix to allow for translatable properties.
- We need to tie in the dual-language form being enabled to i18n settings for entity translation
- Content translation is NOT currently supported. It may be in a future release.
- The submodule entity_crud_ui_patch_node needs to be enabled to replace existing "node/" edit forms and add forms with redirects to their entity versions.