Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/houzuoguo/drupal8-helloworld
An advanced hello-world example for a Drupal 8 module
https://github.com/houzuoguo/drupal8-helloworld
drupal drupal-8
Last synced: 12 days ago
JSON representation
An advanced hello-world example for a Drupal 8 module
- Host: GitHub
- URL: https://github.com/houzuoguo/drupal8-helloworld
- Owner: HouzuoGuo
- License: gpl-3.0
- Created: 2016-10-27T07:01:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T07:45:27.000Z (over 8 years ago)
- Last Synced: 2024-12-02T15:31:34.978Z (2 months ago)
- Topics: drupal, drupal-8
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drupal8-helloworld
This is an advanced hello world example for a Drupal 8 module.## Features
- Configuration allows administrator to input pre-defined hello-wrold texts (maximum three entries).
- A button in CKEditor brings up an iframe in the page to let you pick a text entry.
- Clicking a button on the iframe will insert the corresponding text into the text editor.## License
All source code files are licensed under GPL-V3, see LICENSE file for the full license text.