Skip to content

Commit 42f6c00

Browse files
committed
Updated Block Editor samples
1 parent 129efb9 commit 42f6c00

File tree

84 files changed

+654
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+654
-29
lines changed

BlockEditor/NET10/BlockEditor_WASMApp/BlockEditor_WASMApp.slnx

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.

BlockEditor/NET10/BlockEditor_WASMApp/BlockEditor_WASMApp.csproj renamed to BlockEditor/NET10/BlockEditor_WasmStandalone/BlockEditor_WasmStandalone.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
1+
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Solution>
2+
<Project Path="BlockEditor_WasmStandalone.csproj" />
3+
</Solution>

BlockEditor/NET10/BlockEditor_WASMApp/Layout/MainLayout.razor renamed to BlockEditor/NET10/BlockEditor_WasmStandalone/Layout/MainLayout.razor

File renamed without changes.

BlockEditor/NET10/BlockEditor_WASMApp/Layout/MainLayout.razor.css renamed to BlockEditor/NET10/BlockEditor_WasmStandalone/Layout/MainLayout.razor.css

File renamed without changes.

BlockEditor/NET10/BlockEditor_WASMApp/Layout/NavMenu.razor renamed to BlockEditor/NET10/BlockEditor_WasmStandalone/Layout/NavMenu.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="top-row ps-3 navbar navbar-dark">
22
<div class="container-fluid">
3-
<a class="navbar-brand" href="">BlockEditor_WASMApp</a>
3+
<a class="navbar-brand" href="">BlockEditor_WasmStandalone</a>
44
<button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu">
55
<span class="navbar-toggler-icon"></span>
66
</button>

BlockEditor/NET10/BlockEditor_WASMApp/Layout/NavMenu.razor.css renamed to BlockEditor/NET10/BlockEditor_WasmStandalone/Layout/NavMenu.razor.css

File renamed without changes.

BlockEditor/NET10/BlockEditor_WASMApp/Pages/Counter.razor renamed to BlockEditor/NET10/BlockEditor_WasmStandalone/Pages/Counter.razor

File renamed without changes.

BlockEditor/NET10/BlockEditor_WASMApp/Pages/Home.razor renamed to BlockEditor/NET10/BlockEditor_WasmStandalone/Pages/Home.razor

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
BlockType = BlockType.Paragraph,
3131
Content =
3232
{
33-
new ContentModel { ContentType=ContentType.Text, Content="Welcome to" },
34-
new ContentModel { ContentType=ContentType.Text, Content=" Block Editor", Properties=new TextContentSettings{ Styles = new StyleModel{ Bold = true } } },
35-
new ContentModel { ContentType=ContentType.Text, Content=" - your flexible, modular workspace for creating rich, structured content. whether you're drafting documents, brainstorming ideas, or collaborating with your team, Block Editor makes it simple and intuitive." }
33+
new ContentModel{ ContentType=ContentType.Text, Content="Welcome to"},
34+
new ContentModel{ ContentType=ContentType.Text, Content=" Block Editor", Properties=new TextContentSettings{Styles=new StyleModel{Bold=true}}},
35+
new ContentModel{ ContentType=ContentType.Text, Content=" - your flexible, modular workspace for creating rich, structured content. whether you're drafting documents, brainstorming ideas, or collaborating with your team, Block Editor makes it simple and intuitive."}
3636
}
3737
},
3838
new BlockModel{ BlockType = BlockType.Paragraph, Content = new List<ContentModel>() }

0 commit comments

Comments
 (0)