|
4144 | 4144 | "BootstrapBlazor.Shared.Samples.Empties": { |
4145 | 4145 | "Title": "Empty", |
4146 | 4146 | "SubTitle": "Sub Title PlaceHolder", |
4147 | | - "BasicUsageTitle": "Basic usage", |
4148 | | - "BasicUsageIntro": "Just add <code>Empty</code> tag", |
| 4147 | + "NormalTitle": "Basic usage", |
| 4148 | + "NormalIntro": "Just add <code>Empty</code> tag", |
4149 | 4149 | "ImageTitle": "Set the path to the empty state picture", |
4150 | 4150 | "ImageIntro": "Just set the <code>Image</code> property", |
4151 | | - "ImageText": "No data at this time", |
4152 | 4151 | "TemplateTitle": "Customize the empty state template", |
4153 | 4152 | "TemplateIntro": "The inner set renders custom components <code>Template</code> labels", |
4154 | | - "TemplateIButtonText": "Go back to the previous page", |
4155 | 4153 | "Image": "Customize the picture path", |
4156 | 4154 | "Text": "Custom description information", |
4157 | 4155 | "TextDefaultValue": "There is no description at this time", |
|
4160 | 4158 | "Template": "Custom templates", |
4161 | 4159 | "ChildContent": "ChildContent" |
4162 | 4160 | }, |
| 4161 | + "BootstrapBlazor.Shared.Demos.Empty.EmptyImage": { |
| 4162 | + "ImageText": "No data at this time" |
| 4163 | + }, |
| 4164 | + "BootstrapBlazor.Shared.Demos.Empty.EmptyTemplate": { |
| 4165 | + "TemplateIButtonText": "Go back to the previous page" |
| 4166 | + }, |
4163 | 4167 | "BootstrapBlazor.Shared.Samples.GroupBoxs": { |
4164 | 4168 | "Title": "GroupBox", |
4165 | 4169 | "SubTitle": "Simulate WinForm's GroupBox components", |
|
0 commit comments