# # Amsterdam Web Communities System # Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. # # SPDX-License-Identifier: MPL-2.0 # messagedefs: - id: "nuke" title: "Nuke Message" tone: "red" destructive: true message: "You are about to nuke a message!" warningIcon: "💣" warningLines: - text: "Warning: This action cannot be undone!" bold: true - text: "Nuking this message will permanently delete it from the system." bold: false buttons: - id: "yes" link: "placeholder" confirm: true tone: "red" icon: "✓" text: "Yes, Nuke It" - id: "no" link: "placeholder" confirm: false tone: "green" icon: "✗" text: "No, Cancel" - id: "prune" title: "Prune Message Attachment" tone: "red" destructive: true message: "You are about to prune a message's attachment!" warningIcon: "💣" warningLines: - text: "Warning: This action cannot be undone!" bold: true - text: "Pruning this message's attachment will permanently delete it from the system." bold: false buttons: - id: "yes" link: "placeholder" confirm: true tone: "red" icon: "✓" text: "Yes, Prune It" - id: "no" link: "placeholder" confirm: false tone: "green" icon: "✗" text: "No, Cancel" - id: "deleteTopic" title: "Delete Topic" tone: "red" destructive: true message: "You are about to delete a topic!" warningIcon: "💣" warningLines: - text: "Warning: This action cannot be undone!" bold: true - text: "Deleting this topic will permanently remove it from the system." bold: false buttons: - id: "yes" link: "placeholder" confirm: true tone: "red" icon: "✓" text: "Yes, Delete It" - id: "no" link: "placeholder" confirm: false tone: "green" icon: "✗" text: "No, Cancel" - id: "deleteConf" title: "Delete Conference" tone: "red" destructive: true message: "You are about to delete a conference!" warningIcon: "💣" warningLines: - text: "Warning: This action cannot be undone!" bold: true - text: "Deleting this conference will permanently remove it and all its topics from the system." bold: false - text: "Hundreds or even thousands of conference posts will be lost forever." bold: false buttons: - id: "yes" link: "placeholder" confirm: true tone: "red" icon: "✓" text: "Yes, Delete It" - id: "no" link: "placeholder" confirm: false tone: "green" icon: "✗" text: "No, Cancel" - id: "deleteComm" title: "Delete Community" tone: "red" destructive: true message: "You are about to delete a community!" warningIcon: "💣" warningLines: - text: "Warning: This action cannot be undone!" bold: true - text: "Deleting this community will permanently remove it and all its contents from the system." bold: false - text: "Hundreds or even thousands of individual contributions will be lost forever." bold: false - text: "Please consider this action very carefully!" bold: true buttons: - id: "yes" link: "placeholder" confirm: true tone: "red" icon: "✓" text: "Yes, Delete It" - id: "no" link: "placeholder" confirm: false tone: "green" icon: "✗" text: "No, Cancel"