# Template configuration files generally contain the minimum amount of # options required for functionality. Learn more about options that are # not listed here on the documentation page linked below. # # https://blueprint.zip/docs/?page=documentation/componentsyml Navigation: NavigationBar: BeforeNavigation: "" # Placeholder for custom elements before the navigation AdditionalItems: "components/MCLogsButton" # Add your custom button for uploading logs AfterNavigation: "" # Placeholder for custom elements after the navigation SubNavigation: BeforeSubNavigation: "" # Placeholder before sub-navigation AdditionalServerItems: "" # Add custom items specific to the server navigation AdditionalAccountItems: "" # Add custom items specific to account navigation AfterSubNavigation: "" # Placeholder after sub-navigation Routes: - { Name: "Upload Logs", Path: "/upload-logs", Type: "server", Component: "components/UploadLogs", AdminOnly: "false" } Dashboard: Global: BeforeSection: "" # Custom content before the main section (if applicable) AfterSection: "" # Custom content after the main section Serverlist: BeforeContent: "" # Content before the server list (if applicable) AfterContent: "" # Content after the server list (if applicable) ServerRow: BeforeEntryName: "" # Custom UI elements before the server name AfterEntryName: "" # Custom UI elements after the server name BeforeEntryDescription: "" # Custom UI elements before the server description AfterEntryDescription: "" # Custom UI elements after the server description ResourceLimits: "elements/MCLogsResourceLimit" # Display log-related resource limits Server: Terminal: BeforeContent: "" # Custom UI elements before the terminal content AdditionalPowerButtons: "components/MCLogsUploadButton" # Add the custom MCLogs upload button in terminal view BeforeInformation: "" # Custom content before server info AfterInformation: "" # Custom content after server info CommandRow: "" # Custom command row if necessary AfterContent: "" # Custom content after terminal content Files: Browse: BeforeContent: "" # Custom content before the file browser FileButtons: "" # Add custom file buttons (if needed) DropdownItems: "" # Add custom dropdown items here (if applicable) AfterContent: "" # Custom content after the file browser Edit: BeforeEdit: "" # Content before file editing AfterEdit: "" # Content after file editing Databases: BeforeContent: "" # Custom content before databases section AfterContent: "" # Custom content after databases section Schedules: List: BeforeContent: "" # Custom content before schedules list AfterContent: "" # Custom content after schedules list Edit: BeforeEdit: "" # Content before editing a schedule AfterEdit: "" # Content after editing a schedule Users: BeforeContent: "" # Custom content before users section AfterContent: "" # Custom content after users section Backups: BeforeContent: "" # Custom content before backups section DropdownItems: "" # Custom dropdown items for backups AfterContent: "" # Custom content after backups section Network: BeforeContent: "" # Custom content before the network section AfterContent: "" # Custom content after the network section Startup: BeforeContent: "" # Custom content before the startup section AfterContent: "" # Custom content after the startup section Settings: BeforeContent: "" # Custom content before the settings section AfterContent: "" # Custom content after the settings section Authentication: Container: AfterContent: "elements/MCLogsUploadButton" # Optionally, you can add upload-related content after authentication