book_made_simple.api.php |
book_made_simple.api.php |
|
Hooks provided by the entity API. |
book_made_simple.css |
book_made_simple.css |
|
fieldset.allowed-child div.form-item, fieldset.auto-main div.form-item {
float:left;
width:300px;
}
fieldset.bms-fieldset-child {
float:left;
width:49%;
}
fieldset.bms-fieldset-parent {
float:right;
width:49%;
}
fieldset.bms-other-settings… |
book_made_simple.info |
book_made_simple.info |
|
name = BookMadeSimple
description = Automatic creation of a book and simple creation of child pages.
package = Content
files[] = book_made_simple.module
dependencies[] = book
core=7.x
configure = admin/config/book_made_simple/config |
book_made_simple.install |
book_made_simple.install |
|
Install file for book_made_simple. |
book_made_simple.module |
book_made_simple.module |
|
Automaticly creats a book and simple creation of child pages.
Author: M. Morin |
README.txt |
README.txt |
|
= Installation =
# Extract du zip file in the modules directory
# Enable the module in the admin settings
= Configuration =
# Go to Book Made Simple settings and :
- Select content types that will populate the child drop down list in book… |