Add comprehensive page management system to admin dashboard

Features added:
- Database schema for pages and media files with content types (Rich Text, HTML, Markdown)
- Admin API routes for full page CRUD operations
- Image upload functionality with file management
- Rich text editor using TinyMCE with image insertion
- Admin interface for creating/editing pages with SEO options
- Dynamic navigation and footer integration
- Public page display routes with proper SEO metadata
- Support for featured images and content excerpts

Admin features:
- Create/edit/delete pages with rich content editor
- Upload and manage images through media library
- Configure pages to appear in navigation or footer
- Set page status (Draft, Published, Archived)
- SEO title and description management
- Real-time preview of content changes

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-09-24 07:26:25 +00:00
parent f81886a851
commit 95070e5369
53 changed files with 3628 additions and 206 deletions

View File

@@ -179,6 +179,7 @@
"title": "Quick Links",
"about": "About",
"blog": "Blog",
"contact": "Contact",
"support": "Support",
"api": "API Docs"
},
@@ -201,6 +202,7 @@
"subtitle": "Explore Scripture with a modern and intuitive interface",
"selectBook": "Select book",
"selectChapter": "Select chapter",
"version": "Version",
"book": "Book",
"chapter": "Chapter",
"verse": "Verse",
@@ -482,6 +484,44 @@
"next": "Next",
"previous": "Previous"
},
"contact": {
"hero": {
"title": "Contact Us",
"subtitle": "Get in touch with our team",
"description": "Have questions about Biblical Guide? Need technical support? Want to share feedback? We're here to help you on your spiritual journey."
},
"form": {
"title": "Send us a message",
"description": "Fill out the form below and we'll get back to you as soon as possible.",
"fields": {
"name": "Your Name",
"email": "Email Address",
"subject": "Subject",
"message": "Your Message"
},
"submit": "Send Message",
"submitting": "Sending...",
"success": "Thank you for your message! We'll get back to you soon.",
"error": "There was an error sending your message. Please try again."
},
"info": {
"title": "Contact Information",
"description": "Reach out to us through any of these channels:",
"email": {
"title": "Email Support",
"content": "contact@biblical-guide.com"
},
"address": {
"title": "Our Office",
"content": "123 Bible Street, Faith City, FC 12345"
}
},
"faq": {
"title": "Frequently Asked Questions",
"description": "Find quick answers to common questions about Biblical Guide.",
"viewFaq": "View FAQ"
}
},
"seo": {
"title": "Biblical Guide Online Bible Study with AI, Daily Verses & Prayer Community",
"description": "Biblical Guide is an online Bible study app with AI-powered chat, instant verse search, and a global prayer community. Get daily Bible verses and Scripture-based answers to your questions.",