mirror of
https://github.com/farmOS/farmOS.git
synced 2024-02-23 11:37:38 +01:00
Add and install Markdown module.
This commit is contained in:
parent
a0a2354ca5
commit
b5f32504d2
2 changed files with 10 additions and 0 deletions
|
@ -86,6 +86,9 @@ projects[libraries_cdn][version] = "1.7"
|
|||
projects[log][subdir] = "contrib"
|
||||
projects[log][version] = "1.5"
|
||||
|
||||
projects[markdown][subdir] = "contrib"
|
||||
projects[markdown][version] = "1.2"
|
||||
|
||||
projects[navbar][subdir] = "contrib"
|
||||
projects[navbar][version] = "1.7"
|
||||
|
||||
|
|
|
@ -316,6 +316,13 @@ function farm_update_7016(&$sandbox) {
|
|||
variable_del('logintoboggan_site_403_user_login_block');
|
||||
}
|
||||
|
||||
/**
|
||||
* Enable Markdown module.
|
||||
*/
|
||||
function farm_update_7017(&$sandbox) {
|
||||
_farm_enable_modules(array('markdown'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper function: enable modules.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue