Fix the problems https://www.drupal.org/project/projectapplications/issues/3608209#commen...

1. FILE: README.md

The README file is missing the required sections - Requirements and Configuration.

2. FILE: src/Plugin/Field/FieldFormatter/SimpleParallaxFieldFormatter.php

 * @FieldFormatter(
 *   id = "simple_parallax_field_formatter",
 *   label = @Translation("Simple Parallax"),
 *   field_types = {
 *     "entity_reference",
 *     "image"
 *   }
 * )

Projects that are compatible with Drupal 10 or higher versions should use attributes instead of annotations.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

o_timoshchuk created an issue. See original summary.

o_timoshchuk’s picture

Assigned: o_timoshchuk » Unassigned
Status: Active » Fixed

Merged

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.