{"id":20270902,"url":"https://github.com/etd-framework/grav-plugin-etdpopup","last_synced_at":"2026-05-11T15:34:52.383Z","repository":{"id":88594566,"uuid":"135694705","full_name":"etd-framework/grav-plugin-etdpopup","owner":"etd-framework","description":"Displays a popup when DOM is loaded.","archived":false,"fork":false,"pushed_at":"2018-06-04T12:20:27.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-03T23:59:31.756Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/etd-framework.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-01T09:03:50.000Z","updated_at":"2018-06-04T12:20:01.000Z","dependencies_parsed_at":"2024-03-25T05:45:33.677Z","dependency_job_id":null,"html_url":"https://github.com/etd-framework/grav-plugin-etdpopup","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/etd-framework/grav-plugin-etdpopup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etd-framework%2Fgrav-plugin-etdpopup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etd-framework%2Fgrav-plugin-etdpopup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etd-framework%2Fgrav-plugin-etdpopup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etd-framework%2Fgrav-plugin-etdpopup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etd-framework","download_url":"https://codeload.github.com/etd-framework/grav-plugin-etdpopup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etd-framework%2Fgrav-plugin-etdpopup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32901778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T12:34:18.474Z","updated_at":"2026-05-11T15:34:52.355Z","avatar_url":"https://github.com/etd-framework.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Etd Popup Plugin\n\n**This README.md file should be modified to describe the features, installation, configuration, and general usage of this plugin.**\n\nThe **Etd Popup** Plugin is for [Grav CMS](http://github.com/getgrav/grav). It allows to display a modal when DOM is loaded.\n\n## Installation\n\nInstalling the Etd Popup plugin can be done in one of two ways. The GPM (Grav Package Manager) installation method enables you to quickly and easily install the plugin with a simple terminal command, while the manual method enables you to do so via a zip file.\n\n### GPM Installation (Preferred)\n\nThe simplest way to install this plugin is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's terminal (also called the command line).  From the root of your Grav install type:\n\n    bin/gpm install etdpopup\n\nThis will install the Etd Popup plugin into your `/user/plugins` directory within Grav. Its files can be found under `/your/site/grav/user/plugins/etdpopup`.\n\n### Manual Installation\n\nTo install this plugin, just download the zip version of this repository and unzip it under `/your/site/grav/user/plugins`. Then, rename the folder to `etdpopup`. You can find these files on [GitHub](https://github.com/etd-framework/grav-plugin-etdpopup) or via [GetGrav.org](http://getgrav.org/downloads/plugins#extras).\n\nYou should now have all the plugin files under\n\n    /your/site/grav/user/plugins/etdpopup\n\t\n\u003e NOTE: This plugin is a modular component for Grav which requires [Grav](http://github.com/getgrav/grav) and the [Error](https://github.com/getgrav/grav-plugin-error) and [Problems](https://github.com/getgrav/grav-plugin-problems) to operate.\n\n### Admin Plugin\n\nIf you use the admin plugin, you can install directly through the admin plugin by browsing the `Plugins` tab and clicking on the `Add` button.\n\n## Configuration\n\nBefore configuring this plugin, you should copy the `user/plugins/etdpopup/etdpopup.yaml` to `user/config/plugins/etdpopup.yaml` and only edit that copy.\n\nHere is the default configuration and an explanation of available options:\n\n```yaml\nenabled: true\n```\n\nNote that if you use the admin plugin, a file with your configuration, and named etdpopup.yaml will be saved in the `user/config/plugins/` folder once the configuration is saved in the admin.\n\n## Usage\n\n**Describe how to use the plugin.**\n\n## Credits\n\n**Did you incorporate third-party code? Want to thank somebody?**\n\n## To Do\n\n- [ ] Future plans, if any\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetd-framework%2Fgrav-plugin-etdpopup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetd-framework%2Fgrav-plugin-etdpopup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetd-framework%2Fgrav-plugin-etdpopup/lists"}