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 CMS content regex validation and server-side error handling #16

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

MAMV3x3
Copy link
Collaborator

@MAMV3x3 MAMV3x3 commented Aug 8, 2023

I've added more robust validation to the fields in the CMS. Each field now has its own specific validation rules that better match the expected input. This includes a check for whether fields are empty, whether the title contains only alphanumeric characters and spaces, and whether the URL is valid. Moreover, for Markdown content, special characters and emojis are allowed.

@MAMV3x3 MAMV3x3 merged commit b18f19a into main Aug 8, 2023
1 check passed
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