This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/Plugin/Field/FieldFormatter/EmbederatorFormatter.php b/src/Plugin/Field/FieldFormatter/EmbederatorFormatter.php | |
| index 305e71b..cba1ab9 100644 | |
| --- a/src/Plugin/Field/FieldFormatter/EmbederatorFormatter.php | |
| +++ b/src/Plugin/Field/FieldFormatter/EmbederatorFormatter.php | |
| @@ -5,6 +5,7 @@ namespace Drupal\embederator\Plugin\Field\FieldFormatter; | |
| use Drupal\Core\Field\FormatterBase; | |
| use Drupal\Core\Field\FieldItemListInterface; | |
| use Drupal\Core\Field\FieldDefinitionInterface; | |
| +use Drupal\Component\Utility\Html; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/Plugin/Field/FieldFormatter/EmbederatorFormatter.php b/src/Plugin/Field/FieldFormatter/EmbederatorFormatter.php | |
| index 305e71b..3c3b7aa 100644 | |
| --- a/src/Plugin/Field/FieldFormatter/EmbederatorFormatter.php | |
| +++ b/src/Plugin/Field/FieldFormatter/EmbederatorFormatter.php | |
| @@ -5,6 +5,7 @@ namespace Drupal\embederator\Plugin\Field\FieldFormatter; | |
| use Drupal\Core\Field\FormatterBase; | |
| use Drupal\Core\Field\FieldItemListInterface; | |
| use Drupal\Core\Field\FieldDefinitionInterface; | |
| +use Drupal\Component\Utility\Html; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/config/schema/embederator.schema.yml b/config/schema/embederator.schema.yml | |
| index bd55b90..78a9222 100644 | |
| --- a/config/schema/embederator.schema.yml | |
| +++ b/config/schema/embederator.schema.yml | |
| @@ -30,3 +30,11 @@ embederator.embederator_type.*: | |
| wrapper_class: | |
| type: string | |
| label: 'Wrapper class for template' | |
| + | |
| +field.formatter.settings.embederator_default: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/config/schema/embederator.schema.yml b/config/schema/embederator.schema.yml | |
| index bd55b90..78a9222 100644 | |
| --- a/config/schema/embederator.schema.yml | |
| +++ b/config/schema/embederator.schema.yml | |
| @@ -30,3 +30,11 @@ embederator.embederator_type.*: | |
| wrapper_class: | |
| type: string | |
| label: 'Wrapper class for template' | |
| + | |
| +field.formatter.settings.embederator_default: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/config/schema/embederator.schema.yml b/config/schema/embederator.schema.yml | |
| index bd55b90..9b50b6d 100644 | |
| --- a/config/schema/embederator.schema.yml | |
| +++ b/config/schema/embederator.schema.yml | |
| @@ -30,3 +30,14 @@ embederator.embederator_type.*: | |
| wrapper_class: | |
| type: string | |
| label: 'Wrapper class for template' | |
| + | |
| +field.formatter.settings.embederator_default: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/config/schema/embederator.schema.yml b/config/schema/embederator.schema.yml | |
| index bd55b90..9b50b6d 100644 | |
| --- a/config/schema/embederator.schema.yml | |
| +++ b/config/schema/embederator.schema.yml | |
| @@ -30,3 +30,14 @@ embederator.embederator_type.*: | |
| wrapper_class: | |
| type: string | |
| label: 'Wrapper class for template' | |
| + | |
| +field.formatter.settings.embederator_default: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/config/schema/embederator.schema.yml b/config/schema/embederator.schema.yml | |
| index bd55b90..9b50b6d 100644 | |
| --- a/config/schema/embederator.schema.yml | |
| +++ b/config/schema/embederator.schema.yml | |
| @@ -30,3 +30,14 @@ embederator.embederator_type.*: | |
| wrapper_class: | |
| type: string | |
| label: 'Wrapper class for template' | |
| + | |
| +field.formatter.settings.embederator_default: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/Plugin/Field/FieldFormatter/ViewfieldFormatterDefault.php b/src/Plugin/Field/FieldFormatter/ViewfieldFormatterDefault.php | |
| index 2eeb3c3..151dbcc 100644 | |
| --- a/src/Plugin/Field/FieldFormatter/ViewfieldFormatterDefault.php | |
| +++ b/src/Plugin/Field/FieldFormatter/ViewfieldFormatterDefault.php | |
| @@ -177,34 +177,7 @@ class ViewfieldFormatterDefault extends FormatterBase { | |
| $arguments = []; | |
| if (!empty($argument_string)) { | |
| - $pos = 0; | |
| - while ($pos < strlen($argument_string)) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/composer.json b/composer.json | |
| index 8bb6230..5f583db 100644 | |
| --- a/composer.json | |
| +++ b/composer.json | |
| @@ -1,5 +1,8 @@ | |
| { | |
| "name": "drupal/eva", | |
| "type": "drupal-module", | |
| - "description": "Attach a view to an entity" | |
| + "description": "Attach a view to an entity", |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/@frctl/mandelbrot/.gitignore b/node_modules/@frctl/mandelbrot/.gitignore | |
| new file mode 100644 | |
| index 0000000..d7e3a4e | |
| --- /dev/null | |
| +++ b/node_modules/@frctl/mandelbrot/.gitignore | |
| @@ -0,0 +1,3 @@ | |
| +.DS_Store | |
| +*.log | |
| +node_modules | |
| diff --git a/node_modules/@frctl/mandelbrot/assets/js/components/search.js b/node_modules/@frctl/mandelbrot/assets/js/components/search.js |