Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to pr997
  • Loading branch information
jansenbe committed Oct 17, 2022
2 parents afbef1d + 9ab0a54 commit 5321d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public override Type Type
/// <summary>
/// If this webpart is used inline in a text editor then this property points to the editor using it
/// </summary>
public string RichTextEditorInstanceId { get; internal set; }
public string RichTextEditorInstanceId { get; set; }

internal string ACEIconProperty { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ public interface IPageWebPart : ICanvasControl
/// <summary>
/// If this webpart is used inline in a text editor then this property points to the editor using it
/// </summary>
public string RichTextEditorInstanceId { get; }
public string RichTextEditorInstanceId { get; set; }
}
}

0 comments on commit 5321d2b

Please sign in to comment.