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/blocks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g

:::note

Global settings are not part of hte block instance and should be accessed via the global get_config method. For example:
Global settings are not part of the block instance and should be accessed via the global get_config method. For example:

```php
$settingvalue = get_config('block_pluginname', 'settingname');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g

:::note

Global settings are not part of hte block instance and should be accessed via the global get_config method. For example:
Global settings are not part of the block instance and should be accessed via the global get_config method. For example:

```php
$settingvalue = get_config('block_pluginname', 'settingname');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g

:::note

Global settings are not part of hte block instance and should be accessed via the global get_config method. For example:
Global settings are not part of the block instance and should be accessed via the global get_config method. For example:

```php
$settingvalue = get_config('block_pluginname', 'settingname');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g

:::note

Global settings are not part of hte block instance and should be accessed via the global get_config method. For example:
Global settings are not part of the block instance and should be accessed via the global get_config method. For example:

```php
$settingvalue = get_config('block_pluginname', 'settingname');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g

:::note

Global settings are not part of hte block instance and should be accessed via the global get_config method. For example:
Global settings are not part of the block instance and should be accessed via the global get_config method. For example:

```php
$settingvalue = get_config('block_pluginname', 'settingname');
Expand Down
Loading