- πΊπΈUnited States bluegeek9
Drupal 7 in End of Life and no longer supported. We encourage you to upgrade to a supported version of Drupal. For more information, see https://www.drupal.org/upgrade β .
In my module defined the hook_domain_conf(), that add my own fields to settings page. I used text_format field in my form. This kind of field has two properties in the values a value and format. I try to set the default_value but every time it was override. I found that, the api override it in domain_conf_api() because the function doesn't investigate that, the default_value is set or not. I think the easiest way, that we investigate that, the default_value is set or not and if it is set, then not override it.
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 in End of Life and no longer supported. We encourage you to upgrade to a supported version of Drupal. For more information, see https://www.drupal.org/upgrade β .