On this page
Action: Image Spawn
Information
The Image Spawn action is a backport from the original easter egg in Drupal 6. It will spawn a given amount of images on the user's screen. By default the Druplicon will be used.
Installation
If you didn't install the module using composer you'll need to install the latest version of the JavaScript library using composer.
composer require drupal-konamicode/image_spawn:VERSION
For the latest version please have a look at the composer.json file inside the module. After you executed the command you should see a new library in the mysite/web/libraries directory.
Configuration
Configuration is straight forward. Just enable the action and optionally change the images list. The images list can contain multiple images which will be randomly spawned. You can also change the delay time (in milliseconds) between each of the image spawns.

Important notice: You shouldn't be hot-linking to other sites without their approval. This is your own responsibility! In the screenshot above this was solely done for testing purposes of a complete URL.
Result
When the configured Konami code is input, your screen will spawn the configured images.

Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion