Skip to content

Commit 52d905a

Browse files
998697: File name changes
1 parent 31f6c96 commit 52d905a

File tree

123 files changed

+126
-126
lines changed

Some content is hidden

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

123 files changed

+126
-126
lines changed

ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/built-in-blocks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ By default, the `indent` property is set to `0`.
4646

4747
{% tabs %}
4848
{% highlight razor tabtitle="CSHTML" %}
49-
{% include code-snippet/block-editor/blocks/indent/razor %}
49+
{% include code-snippet/blockeditor/blocks/indent/razor %}
5050
{% endhighlight %}
5151
{% highlight c# tabtitle="Indent.cs" %}
52-
{% include code-snippet/block-editor/blocks/indent/indent.cs %}
52+
{% include code-snippet/blockeditor/blocks/indent/indent.cs %}
5353
{% endhighlight %}
5454
{% endtabs %}
5555

@@ -63,10 +63,10 @@ Custom CSS classes allow you to define specialized styling for specific blocks i
6363

6464
{% tabs %}
6565
{% highlight razor tabtitle="CSHTML" %}
66-
{% include code-snippet/block-editor/blocks/cssClass/razor %}
66+
{% include code-snippet/blockeditor/blocks/cssClass/razor %}
6767
{% endhighlight %}
6868
{% highlight c# tabtitle="CssClass.cs" %}
69-
{% include code-snippet/block-editor/blocks/cssClass/cssclass.cs %}
69+
{% include code-snippet/blockeditor/blocks/cssClass/cssclass.cs %}
7070
{% endhighlight %}
7171
{% endtabs %}
7272

@@ -78,10 +78,10 @@ The Block Editor allows you to use custom templates for specialized content usin
7878

7979
{% tabs %}
8080
{% highlight razor tabtitle="CSHTML" %}
81-
{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %}
81+
{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %}
8282
{% endhighlight %}
8383
{% highlight c# tabtitle="Template.cs" %}
84-
{% include code-snippet/block-editor/blocks/blockTypes/template-block/template.cs %}
84+
{% include code-snippet/blockeditor/blocks/blockTypes/template-block/template.cs %}
8585
{% endhighlight %}
8686
{% endtabs %}
8787

ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/code-block.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ Below example illustrates how to render the different code block in the Block Ed
4242

4343
{% tabs %}
4444
{% highlight razor tabtitle="CSHTML" %}
45-
{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %}
45+
{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %}
4646
{% endhighlight %}
4747
{% highlight c# tabtitle="Code.cs" %}
48-
{% include code-snippet/block-editor/blocks/blockTypes/code-block/code.cs %}
48+
{% include code-snippet/blockeditor/blocks/blockTypes/code-block/code.cs %}
4949
{% endhighlight %}
5050
{% endtabs %}
5151

ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/embed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ The below sample demonstrates the configuration of image block in the Block Edit
5454

5555
{% tabs %}
5656
{% highlight razor tabtitle="CSHTML" %}
57-
{% include code-snippet/block-editor/blocks/blockTypes/image-block/razor %}
57+
{% include code-snippet/blockeditor/blocks/blockTypes/image-block/razor %}
5858
{% endhighlight %}
5959
{% highlight c# tabtitle="Image.cs" %}
60-
{% include code-snippet/block-editor/blocks/blockTypes/image-block/image.cs %}
60+
{% include code-snippet/blockeditor/blocks/blockTypes/image-block/image.cs %}
6161
{% endhighlight %}
6262
{% endtabs %}
6363

ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/inline-content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ The below sample demonstrates the customization of labels in the Block Editor.
8787

8888
{% tabs %}
8989
{% highlight razor tabtitle="CSHTML" %}
90-
{% include code-snippet/block-editor/blocks/label-settings/razor %}
90+
{% include code-snippet/blockeditor/blocks/label-settings/razor %}
9191
{% endhighlight %}
9292
{% highlight c# tabtitle="Label.cs" %}
93-
{% include code-snippet/block-editor/blocks/label-settings/label.cs %}
93+
{% include code-snippet/blockeditor/blocks/label-settings/label.cs %}
9494
{% endhighlight %}
9595
{% endtabs %}
9696

ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/list-types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ By default, the `isChecked` property is set to `false`.
4141

4242
{% tabs %}
4343
{% highlight razor tabtitle="CSHTML" %}
44-
{% include code-snippet/block-editor/blocks/isChecked/razor %}
44+
{% include code-snippet/blockeditor/blocks/isChecked/razor %}
4545
{% endhighlight %}
4646
{% highlight c# tabtitle="IsChecked.cs" %}
47-
{% include code-snippet/block-editor/blocks/isChecked/ischecked.cs %}
47+
{% include code-snippet/blockeditor/blocks/isChecked/ischecked.cs %}
4848
{% endhighlight %}
4949
{% endtabs %}
5050

@@ -60,10 +60,10 @@ Below example illustrates how to render the different types of list blocks in th
6060

6161
{% tabs %}
6262
{% highlight razor tabtitle="CSHTML" %}
63-
{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %}
63+
{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %}
6464
{% endhighlight %}
6565
{% highlight c# tabtitle="List.cs" %}
66-
{% include code-snippet/block-editor/blocks/blockTypes/list-block/list.cs %}
66+
{% include code-snippet/blockeditor/blocks/blockTypes/list-block/list.cs %}
6767
{% endhighlight %}
6868
{% endtabs %}
6969

ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/built-in-blocks/typography.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ The below sample demonstrates the configuration of paragraph block in the Block
2121

2222
{% tabs %}
2323
{% highlight razor tabtitle="CSHTML" %}
24-
{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %}
24+
{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %}
2525
{% endhighlight %}
2626
{% highlight c# tabtitle="Paragraph.cs" %}
27-
{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/paragraph.cs %}
27+
{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/paragraph.cs %}
2828
{% endhighlight %}
2929
{% endtabs %}
3030

@@ -38,10 +38,10 @@ The below sample demonstrates the configuration of placeholder in the Block Edit
3838

3939
{% tabs %}
4040
{% highlight razor tabtitle="CSHTML" %}
41-
{% include code-snippet/block-editor/blocks/placeholder/razor %}
41+
{% include code-snippet/blockeditor/blocks/placeholder/razor %}
4242
{% endhighlight %}
4343
{% highlight c# tabtitle="Placeholder.cs" %}
44-
{% include code-snippet/block-editor/blocks/placeholder/placeholder.cs %}
44+
{% include code-snippet/blockeditor/blocks/placeholder/placeholder.cs %}
4545
{% endhighlight %}
4646
{% endtabs %}
4747

@@ -60,10 +60,10 @@ The below sample demonstrates the configuration of heading block in the Block Ed
6060

6161
{% tabs %}
6262
{% highlight razor tabtitle="CSHTML" %}
63-
{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %}
63+
{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %}
6464
{% endhighlight %}
6565
{% highlight c# tabtitle="Heading.cs" %}
66-
{% include code-snippet/block-editor/blocks/blockTypes/heading-block/heading.cs %}
66+
{% include code-snippet/blockeditor/blocks/blockTypes/heading-block/heading.cs %}
6767
{% endhighlight %}
6868
{% endtabs %}
6969

@@ -101,10 +101,10 @@ The below sample demonstrates the configuration of collapsibleHeading and collap
101101

102102
{% tabs %}
103103
{% highlight razor tabtitle="CSHTML" %}
104-
{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %}
104+
{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %}
105105
{% endhighlight %}
106106
{% highlight c# tabtitle="Toggle.cs" %}
107-
{% include code-snippet/block-editor/blocks/blockTypes/toggle-block/toggle.cs %}
107+
{% include code-snippet/blockeditor/blocks/blockTypes/toggle-block/toggle.cs %}
108108
{% endhighlight %}
109109
{% endtabs %}
110110

@@ -122,10 +122,10 @@ The below sample demonstrates the configuration of divider block in the Block Ed
122122

123123
{% tabs %}
124124
{% highlight razor tabtitle="CSHTML" %}
125-
{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %}
125+
{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %}
126126
{% endhighlight %}
127127
{% highlight c# tabtitle="Divider.cs" %}
128-
{% include code-snippet/block-editor/blocks/blockTypes/divider-block/divider.cs %}
128+
{% include code-snippet/blockeditor/blocks/blockTypes/divider-block/divider.cs %}
129129
{% endhighlight %}
130130
{% endtabs %}
131131

@@ -139,10 +139,10 @@ The below sample demonstrates the configuration of quote block in the Block Edit
139139

140140
{% tabs %}
141141
{% highlight razor tabtitle="CSHTML" %}
142-
{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %}
142+
{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %}
143143
{% endhighlight %}
144144
{% highlight c# tabtitle="Quote.cs" %}
145-
{% include code-snippet/block-editor/blocks/blockTypes/quote-block/quote.cs %}
145+
{% include code-snippet/blockeditor/blocks/blockTypes/quote-block/quote.cs %}
146146
{% endhighlight %}
147147
{% endtabs %}
148148

@@ -160,10 +160,10 @@ The below sample demonstrates the configuration of callout block in the Block Ed
160160

161161
{% tabs %}
162162
{% highlight razor tabtitle="CSHTML" %}
163-
{% include code-snippet/block-editor/blocks/blockTypes/paragraph-block/razor %}
163+
{% include code-snippet/blockeditor/blocks/blockTypes/paragraph-block/razor %}
164164
{% endhighlight %}
165165
{% highlight c# tabtitle="Callout.cs" %}
166-
{% include code-snippet/block-editor/blocks/blockTypes/callout-block/callout.cs %}
166+
{% include code-snippet/blockeditor/blocks/blockTypes/callout-block/callout.cs %}
167167
{% endhighlight %}
168168
{% endtabs %}
169169

@@ -185,10 +185,10 @@ The below sample demonstrates the configuration of children in the Block Editor
185185

186186
{% tabs %}
187187
{% highlight razor tabtitle="CSHTML" %}
188-
{% include code-snippet/block-editor/blocks/children/razor %}
188+
{% include code-snippet/blockeditor/blocks/children/razor %}
189189
{% endhighlight %}
190190
{% highlight c# tabtitle="Children.cs" %}
191-
{% include code-snippet/block-editor/blocks/children/children.cs %}
191+
{% include code-snippet/blockeditor/blocks/children/children.cs %}
192192
{% endhighlight %}
193193
{% endtabs %}
194194

ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/drag-drop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ During the drag operation, the editor provides visual cues to indicate where the
3030

3131
{% tabs %}
3232
{% highlight razor tabtitle="CSHTML" %}
33-
{% include code-snippet/block-editor/drag-drop/razor %}
33+
{% include code-snippet/blockeditor/drag-drop/razor %}
3434
{% endhighlight %}
3535
{% highlight c# tabtitle="DragDrop.cs" %}
36-
{% include code-snippet/block-editor/drag-drop/dragdrop.cs %}
36+
{% include code-snippet/blockeditor/drag-drop/dragdrop.cs %}
3737
{% endhighlight %}
3838
{% endtabs %}
3939

ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/editor-menus.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Below example demonstrates the customization of the Slash Command menu.
5050

5151
{% tabs %}
5252
{% highlight razor tabtitle="CSHTML" %}
53-
{% include code-snippet/block-editor/editor-menus/slash-command/razor %}
53+
{% include code-snippet/blockeditor/editor-menus/slash-command/razor %}
5454
{% endhighlight %}
5555
{% highlight c# tabtitle="SlashCommand.cs" %}
56-
{% include code-snippet/block-editor/editor-menus/slash-command/slashCommand.cs %}
56+
{% include code-snippet/blockeditor/editor-menus/slash-command/slashCommand.cs %}
5757
{% endhighlight %}
5858
{% endtabs %}
5959

@@ -90,10 +90,10 @@ Below example demonstrates the customization of the Context menu.
9090

9191
{% tabs %}
9292
{% highlight razor tabtitle="CSHTML" %}
93-
{% include code-snippet/block-editor/editor-menus/context-menu/razor %}
93+
{% include code-snippet/blockeditor/editor-menus/context-menu/razor %}
9494
{% endhighlight %}
9595
{% highlight c# tabtitle="ContextMenu.cs" %}
96-
{% include code-snippet/block-editor/editor-menus/context-menu/contextMenu.cs %}
96+
{% include code-snippet/blockeditor/editor-menus/context-menu/contextMenu.cs %}
9797
{% endhighlight %}
9898
{% endtabs %}
9999

@@ -134,10 +134,10 @@ Below example demonstrates the customization of the Block action menu.
134134

135135
{% tabs %}
136136
{% highlight razor tabtitle="CSHTML" %}
137-
{% include code-snippet/block-editor/editor-menus/block-action/razor %}
137+
{% include code-snippet/blockeditor/editor-menus/block-action/razor %}
138138
{% endhighlight %}
139139
{% highlight c# tabtitle="BlockAction.cs" %}
140-
{% include code-snippet/block-editor/editor-menus/block-action/blockAction.cs %}
140+
{% include code-snippet/blockeditor/editor-menus/block-action/blockAction.cs %}
141141
{% endhighlight %}
142142
{% endtabs %}
143143

@@ -179,9 +179,9 @@ Below example demonstrates the customization of the Inline Toolbar.
179179

180180
{% tabs %}
181181
{% highlight razor tabtitle="CSHTML" %}
182-
{% include code-snippet/block-editor/editor-menus/inline-toolbar/razor %}
182+
{% include code-snippet/blockeditor/editor-menus/inline-toolbar/razor %}
183183
{% endhighlight %}
184184
{% highlight c# tabtitle="InlineToolbar.cs" %}
185-
{% include code-snippet/block-editor/editor-menus/inline-toolbar/inlineToolbar.cs %}
185+
{% include code-snippet/blockeditor/editor-menus/inline-toolbar/inlineToolbar.cs %}
186186
{% endhighlight %}
187187
{% endtabs %}

ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ Now, add the Syncfusion<sup style="font-size:70%">&reg;</sup> ASP.NET MVC BlockE
8989

9090
{% tabs %}
9191
{% highlight razor tabtitle="CSHTML" %}
92-
{% include code-snippet/block-editor/getting-started/razor %}
92+
{% include code-snippet/blockeditor/getting-started/razor %}
9393
{% endhighlight %}
9494
{% highlight c# tabtitle="Default.cs" %}
95-
{% include code-snippet/block-editor/getting-started/gettingstarted.cs %}
95+
{% include code-snippet/blockeditor/getting-started/gettingstarted.cs %}
9696
{% endhighlight %}
9797
{% endtabs %}
9898

ej2-asp-core-mvc/blockeditor/EJ2_ASP.MVC/globalization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ The below example shows adding the German culture locale(`de-DE`)
5050

5151
{% tabs %}
5252
{% highlight razor tabtitle="CSHTML" %}
53-
{% include code-snippet/block-editor/globalization/locale/razor %}
53+
{% include code-snippet/blockeditor/globalization/locale/razor %}
5454
{% endhighlight %}
5555
{% highlight c# tabtitle="Locale.cs" %}
56-
{% include code-snippet/block-editor/globalization/locale/locale.cs %}
56+
{% include code-snippet/blockeditor/globalization/locale/locale.cs %}
5757
{% endhighlight %}
5858
{% endtabs %}
5959

@@ -65,10 +65,10 @@ RTL provides an option to switch the text direction and layout of the Block Edit
6565

6666
{% tabs %}
6767
{% highlight razor tabtitle="CSHTML" %}
68-
{% include code-snippet/block-editor/globalization/rtl/razor %}
68+
{% include code-snippet/blockeditor/globalization/rtl/razor %}
6969
{% endhighlight %}
7070
{% highlight c# tabtitle="Rtl.cs" %}
71-
{% include code-snippet/block-editor/globalization/rtl/rtl.cs %}
71+
{% include code-snippet/blockeditor/globalization/rtl/rtl.cs %}
7272
{% endhighlight %}
7373
{% endtabs %}
7474

0 commit comments

Comments
 (0)