Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for HTML meta tag output #31

Closed
wants to merge 1 commit into from

Conversation

patsier-cms
Copy link
Member

One line description of your change (less than 72 characters)

Adds an option to output HTML meta tags instead of TXT on the generator

Problem

There have been some issues with hospitals using more restrictive content management systems having difficulty placing a file at the root of their domain at /cms-hpt.txt. Offering an option to modify HTML meta tags with some of the output instead would provide another option to place the information in meta tags which would be more straightforward for hospitals with one or only a few locations. Modifying meta tags is much more commonly supported by even limited content management systems.

Solution

Adds a radio button input that toggles whether the output should be .txt or .html and modifies the output and generated filename accordingly.

Important note that this does not modify any of the instructions since that would take more conversation, but is a simpler content update.

Result

Including a screenshot below of the changed output

Screenshot 2024-03-18 at 5 45 21 PM

Test Plan

The same tests for validating the TXT generator output should work here, with the addition of toggling the output format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant