Skip to content

Commit

Permalink
feat: use the latest version in the quote
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanSSA committed May 24, 2024
1 parent 4ab93f2 commit 3185597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sitko.EditorJS/Blocks/Quote/QuoteBlockOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Sitko.EditorJS.Blocks.Quote;

public record QuoteBlockOptions : ContentBlockOptions<QuoteBlock, QuoteBlockConfig>
{
public override string ScriptUrl { get; set; } = "https://cdn.jsdelivr.net/npm/@editorjs/quote@2.6.0/dist/quote.umd.min.js";
public override string ScriptUrl { get; set; } = "https://cdn.jsdelivr.net/npm/@editorjs/quote@latest";
public override string ClassName { get; set; } = "Quote";

protected override string GetToolConfig(Guid id) => $$"""
Expand Down

0 comments on commit 3185597

Please sign in to comment.