Make phones functional (#12892)
This commit is contained in:
@@ -12,6 +12,34 @@
|
||||
[DataField("bibleUserOnly")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool BibleUserOnly;
|
||||
|
||||
/// <summary>
|
||||
/// Message given to user to notify them a message was sent
|
||||
/// </summary>
|
||||
[DataField("sentMessage")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public string SentMessage = "prayer-popup-notify-pray-sent";
|
||||
|
||||
/// <summary>
|
||||
/// Prefix used in the notification to admins
|
||||
/// </summary>
|
||||
[DataField("notifiactionPrefix")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public string NotifiactionPrefix = "prayer-chat-notify-pray";
|
||||
|
||||
/// <summary>
|
||||
/// Used in window title and context menu
|
||||
/// </summary>
|
||||
[DataField("verb")]
|
||||
[ViewVariables(VVAccess.ReadOnly)]
|
||||
public string Verb = "prayer-verbs-pray";
|
||||
|
||||
/// <summary>
|
||||
/// Context menu image
|
||||
/// </summary>
|
||||
[DataField("verbImage")]
|
||||
[ViewVariables(VVAccess.ReadOnly)]
|
||||
public string VerbImage = "/Textures/Interface/pray.svg.png";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user