Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/apis/plugintypes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored.
Plugin name validation takes place in `core_component::is_valid_plugin_name()` and the following regular expression is used:

```
/^[a-z](?:[a-z0-9_](?!__))*[](a-z0-9)+$/
/^[a-z](?:[a-z0-9_](?!__))*[a-z0-9]+$/
```

:::
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.1/apis/plugintypes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored.
Plugin name validation takes place in `core_component::is_valid_plugin_name()` and the following regular expression is used:

```
/^[a-z](?:[a-z0-9_](?!__))*[](a-z0-9)+$/
/^[a-z](?:[a-z0-9_](?!__))*[a-z0-9]+$/
```

:::
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.4/apis/plugintypes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored.
Plugin name validation takes place in `core_component::is_valid_plugin_name()` and the following regular expression is used:

```
/^[a-z](?:[a-z0-9_](?!__))*[](a-z0-9)+$/
/^[a-z](?:[a-z0-9_](?!__))*[a-z0-9]+$/
```

:::
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.5/apis/plugintypes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored.
Plugin name validation takes place in `core_component::is_valid_plugin_name()` and the following regular expression is used:

```
/^[a-z](?:[a-z0-9_](?!__))*[](a-z0-9)+$/
/^[a-z](?:[a-z0-9_](?!__))*[a-z0-9]+$/
```

:::
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-5.0/apis/plugintypes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If a plugin does not meet these requirements then it will be silently ignored.
Plugin name validation takes place in `core_component::is_valid_plugin_name()` and the following regular expression is used:

```
/^[a-z](?:[a-z0-9_](?!__))*[](a-z0-9)+$/
/^[a-z](?:[a-z0-9_](?!__))*[a-z0-9]+$/
```

:::
Expand Down