Problem/Motivation
Would like to allow hosting of new app-ads.txt in addition to ads.txt.
Specification: https://iabtechlab.com/wp-content/uploads/2019/03/app-ads.txt-v1.0-final...
Steps to reproduce
No steps to reproduce, module doesn't currently provide this functionality.
Proposed resolution
Add additional configuration field and controller endpoint for app-ads.txt.
Remaining tasks
Review and merge provided patch.
User interface changes
New app-ads.txt field on edit form.
API changes
New route /app-ads.txt. Added logic to throw NotFoundHttpException if configuration is empty.
Data model changes
New field in configuration.
| Comment | File | Size | Author |
|---|---|---|---|
| adstxt_app_ads.patch | 5.11 KB | nbabb |
Comments
Comment #2
marcelovaniComment #7
marcelovaniAdded some missing bits. Thanks for the patch.