Allow byaml to convert back
This commit is contained in:
parent
b6de4bf6a4
commit
a254788ea5
@ -52,7 +52,7 @@ namespace FirstPlugin
|
||||
|
||||
#region Text Converter Interface
|
||||
public TextFileType TextFileType => TextFileType.Xml;
|
||||
public bool CanConvertBack => false;
|
||||
public bool CanConvertBack => true;
|
||||
|
||||
public string ConvertToString()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user