You are here

Files in Entity background 7

Primary tabs

File namesort descending Location Namespace Description
color.inc module/entity_background_color/plugins/entity_background/color.inc
entity_background.api.php entity_background.api.php API documentation for the entity_background module.
entity_background.fields_crud.inc includes/entity_background.fields_crud.inc Fields CRUD functions.
entity_background.info entity_background.info name = Entity background description = Allow users to apply background items to entities. core = 7.x package = Entity background dependencies[] = paragraphs dependencies[] = paragraphs_id dependencies[] = paragraphs_bundle_permissions dependencies[]…
entity_background.install entity_background.install Install file entity background.
entity_background.module entity_background.module Module file entity background.
entity_background.test tests/entity_background.test Test classes for Entity backgrounds.
entity_background_color.info module/entity_background_color/entity_background_color.info name = Entity background color description = Allow users to apply background items to paragraphs. core = 7.x package = Entity background dependencies[] = entity_background dependencies[] = jquery_colorpicker
entity_background_color.install module/entity_background_color/entity_background_color.install Install file entity background color.
entity_background_color.module module/entity_background_color/entity_background_color.module Module file entity background color.
entity_background_image.admin.inc module/entity_background_image/includes/entity_background_image.admin.inc Admin include file for entity background image.
entity_background_image.info module/entity_background_image/entity_background_image.info name = Entity background image description = Allow users to apply background items to paragraphs. core = 7.x package = Entity background dependencies[] = entity_background dependencies[] = image
entity_background_image.install module/entity_background_image/entity_background_image.install Install file entity background image.
entity_background_image.module module/entity_background_image/entity_background_image.module Module file entity background image.
entity_background_parallax.info module/entity_background_parallax/entity_background_parallax.info name = Entity background parallax description = Allow users to apply background items to entities. core = 7.x package = Entity background dependencies[] = entity_background dependencies[] = image dependencies[] = libraries dependencies[] = jquery_update
entity_background_parallax.install module/entity_background_parallax/entity_background_parallax.install Install file entity background parallax.
entity_background_parallax.module module/entity_background_parallax/entity_background_parallax.module Module file entity background parallax.
entity_background_test.features.field_base.inc tests/entity_background_test/entity_background_test.features.field_base.inc entity_background_test.features.field_base.inc
entity_background_test.features.field_instance.inc tests/entity_background_test/entity_background_test.features.field_instance.inc entity_background_test.features.field_instance.inc
entity_background_test.features.inc tests/entity_background_test/entity_background_test.features.inc entity_background_test.features.inc
entity_background_test.info tests/entity_background_test/entity_background_test.info name = Entity background test core = 7.x package = Entity background hidden = TRUE dependencies[] = ctools dependencies[] = entity_background dependencies[] = features dependencies[] = paragraphs dependencies[] = strongarm dependencies[] =…
entity_background_test.module tests/entity_background_test/entity_background_test.module
entity_background_test.strongarm.inc tests/entity_background_test/entity_background_test.strongarm.inc entity_background_test.strongarm.inc
image.css module/entity_background_image/plugins/entity_background/image.css .eb-image { background-position: center center; background-repeat: no-repeat; background-size: cover; } .eb-image-repeat { background-repeat: repeat; background-size: inherit; }
image.inc module/entity_background_image/plugins/entity_background/image.inc
parallax.inc module/entity_background_parallax/plugins/entity_background/parallax.inc
README.txt README.txt Entity background allows you to add background images and parallax to entity items. It's mostly been tested with Paragraphs but you could use it on any entity. The module supports the following background types: image, color and parallax. ##…
README.txt module/entity_background_color/README.txt The Color sub-module allows a user to add a background color to entities. The module works by adding CSS directly into the HTML page. `.paragraphs-item-2{background-color:#e823e8;}` ## Installation **Make sure you have followed the instructions in…
README.txt module/entity_background_parallax/README.txt The Entity background parallax sub-module attaches parallax background to entities using the [parallax.js](http://pixelcog.github.io/parallax.js) library. ## Installation **Make sure you have followed the instructions in README.txt in the parent…
README.txt module/entity_background_image/README.txt The Image sub-module allows a user to add a background image to entities. The module works by adding CSS directly into the HTML…

Other projects