Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
milosh-96 committed Sep 24, 2024
2 parents 0984ccc + 481d29a commit cca739a
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Generates migration code from content definitions. You can use this to create (or edit) a content type on the admin and then move its creation to a migration class. Generated migration code is displayed under the content types' editors, just enable the feature. Check out [this demo video](https://www.youtube.com/watch?v=KOlsLaIzgm8) to see this in action.

![Content definition code generation textbox on the admin, showing generated migration code for the Page content type.](../../../Docs/Attachments/ContentTypeCodeGeneration.png)
![Content definition code generation textbox on the admin, showing generated migration code for the Page content type.](../../../Docs/Attachments/ContentTypeCodeGeneration.png)
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Extensions/ContentSets/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ The latter can be used even if you don't have access to the code, e.g. on DotNes

## Content Set Content Picker Field

You can add this content field to any content item that also has a Content Set part. The field's technical name should be the same as the attached part's technical name. Besides that, no further configuration is needed. If there are available variants for a content item with this field, it will display a comma separated list of links where the option names are the link text.
You can add this content field to any content item that also has a Content Set part. The field's technical name should be the same as the attached part's technical name. Besides that, no further configuration is needed. If there are available variants for a content item with this field, it will display a comma separated list of links where the option names are the link text.
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Extensions/ContentTypes/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Includes basic content types that are added by built-in Orchard Core recipes tho

Includes:

- Page: Highly customizable page content type with FlowPart and AutoroutePart.
- Page: Highly customizable page content type with FlowPart and AutoroutePart.
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Extensions/Emails/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ To add inline styles include:

## Deferred email sending

Use the `ShellScope.Current.SendEmailDeferred()` for sending emails. It'll send emails after the shell scope has ended without blocking the request.
Use the `ShellScope.Current.SendEmailDeferred()` for sending emails. It'll send emails after the shell scope has ended without blocking the request.
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Extensions/Flows/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Adds additional styling capabilities to the OrchardCore.Flows feature by making it possible to add classes to widgets in the Flow Part editor. Just add `AdditionalStylingPart` to the content type using `FlowPart`.

![Custom classes editor on a widget contained in Flow Part.](../../../Docs/Attachments/FlowPartCustomClasses.png)
![Custom classes editor on a widget contained in Flow Part.](../../../Docs/Attachments/FlowPartCustomClasses.png)
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Migrating users from Orchard 1 is also possible with this feature: Import the sa

Each generated user will have the corresponding email, user-name, roles, and a new random password. **Keep in mind that in Orchard 1, user-names could contain any characters, but in Orchard Core, it is limited by default.** [Check out the default configuration](https://github.com/OrchardCMS/OrchardCore/blob/main/src/OrchardCore.Modules/OrchardCore.Setup/Startup.cs#L44) and adjust it in your application if needed.

If your use-case would be different than what's done in the default user converter, implement the `IOrchardUserConverter` service, and the default one won't be executed.
If your use-case would be different than what's done in the default user converter, implement the `IOrchardUserConverter` service, and the default one won't be executed.
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Extensions/Security/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ _contentDefinitionManager.AlterTypeDefinition("Page", type => type
.WithSettings(new StrictSecuritySettings { Enabled = true }));
```

You can also enable it by going to the content type editor on the admin side and checking the _Strict Securable_ checkbox.
You can also enable it by going to the content type editor on the admin side and checking the _Strict Securable_ checkbox.
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Extensions/ShapeTracing/Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Shape Tracing Helpful Extensions

Adds a dump of metadata to the output about every shape. This will help you understand how a shape is displayed and how you can override it. Just check out the HTML output. You can see a video demo of this feature in action [on YouTube](https://www.youtube.com/watch?v=WI4TEKVc9SA).
Adds a dump of metadata to the output about every shape. This will help you understand how a shape is displayed and how you can override it. Just check out the HTML output. You can see a video demo of this feature in action [on YouTube](https://www.youtube.com/watch?v=WI4TEKVc9SA).
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Extensions/TargetBlank/Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Target blank

Gives all external links the `target="_blank"` attribute.
Gives all external links the `target="_blank"` attribute.
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Extensions/Widgets/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Includes:
- ContainerWidget: Works as a container for further widgets. It has a FlowPart attached to it so it can contain additional widgets as well.
- HtmlWidget: Adds HTML editing and displaying capabilities using a WYSIWYG editor.
- LiquidWidget: Adds Liquid code editing and rendering capabilities.
- MenuWidget: Renders a Bootstrap navigation menu as a widget using the provided `MenuItem`s.
- MenuWidget: Renders a Bootstrap navigation menu as a widget using the provided `MenuItem`s.
2 changes: 1 addition & 1 deletion Lombiq.HelpfulExtensions/Extensions/Workflows/Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Reset Password activity

Adds a workflow activity that generates a reset password token for the specified user. You can define the source of the User object using a JavaScript expression. It will set the token and the URL to the workflow `LastResult` property and optionally it can set them to the `Properties` dictionary to a key that you define as an activity parameter.
Adds a workflow activity that generates a reset password token for the specified user. You can define the source of the User object using a JavaScript expression. It will set the token and the URL to the workflow `LastResult` property and optionally it can set them to the `Properties` dictionary to a key that you define as an activity parameter.

0 comments on commit cca739a

Please sign in to comment.