dimensions.inc |
includes/migrate/dimensions.inc |
|
|
physical.api.php |
physical.api.php |
|
Hooks provided by the Physical Fields module. |
physical.css |
theme/physical.css |
|
.physical-volume-input .form-item {
display: inline-block;
}
.physical-weight-textfield .form-item {
display: inline;
}
.physical-weight-textfield {
padding: 9px 0;
margin: 0 0 10px;
}
.physical-dimension-form-item {
float: left;
… |
physical.feeds.inc |
physical.feeds.inc |
|
Feeds processor hooks for importing physical fields using the Feeds module. |
physical.info |
physical.info |
|
name = Physical Fields
description = Defines fields (e.g. weight and dimensions) to support describing the physical attributes of entities.
package = Fields
core = 7.x
files[] = includes/migrate/dimensions.inc
files[] = includes/migrate/weight.inc |
physical.install |
physical.install |
|
|
physical.migrate.inc |
physical.migrate.inc |
|
|
physical.module |
physical.module |
|
Defines fields (e.g. weight and dimensions) to support describing the
physical attributes of entities. |
weight.inc |
includes/migrate/weight.inc |
|
|