- Created new directories and index files for controls, factory, and views. - Added .htaccess files for URL rewriting in layout and images directories. - Included a logo image in the layout/images directory. - Implemented load_prices.php to load ticket prices from the database into settings. - Developed admin panel settings page for enabling ticket sales. - Created tickets management page in the admin panel to display and edit ticket prices. - Added upgrade.php for database migrations, including creating the ticket_prices table and adding weekend price column.
25 lines
645 B
JSON
25 lines
645 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(head:*)",
|
|
"Bash(tail:*)",
|
|
"mcp__serena__list_dir",
|
|
"Bash(curl:*)",
|
|
"WebSearch",
|
|
"Bash(php:*)",
|
|
"mcp__serena__read_file",
|
|
"mcp__serena__activate_project",
|
|
"mcp__serena__initial_instructions",
|
|
"mcp__serena__check_onboarding_performed",
|
|
"mcp__serena__find_file",
|
|
"mcp__serena__search_for_pattern",
|
|
"mcp__serena__find_symbol",
|
|
"mcp__serena__get_symbols_overview",
|
|
"mcp__serena__insert_after_symbol",
|
|
"mcp__serena__replace_symbol_body",
|
|
"mcp__serena__replace_content",
|
|
"Bash(npx sass:*)"
|
|
]
|
|
}
|
|
}
|