Adding and editing Site Verifications in the 3.0.x branch is a manual process where the type, name and content of a verification is entered by the admin. Previous versions had a meta tag parser which would take a full site verification meta tag and parse it into the used values, and also the ability to upload a provided verification file directly into the site.
Let's add those back into the new version so that it's as easy to use for the admin.
Add a meta tag and file upload parser/helper.
- Add meta tag entry and validation
- Add file upload entry
- Redesign the admin form to suit
- Update or add tests for changed functionality
An admin can now paste a full meta tag into the admin interface and have it validated and parsed into the type/name/content manual settings.
A file upload method is also available if the admin has the permission.
n/a
n/a
Active
3.0
Code