codevise/pageflow

View on GitHub
entry_types/scrolled/package/src/contentElements/counter/editor.js

Summary

Maintainability
A
1 hr
Test Coverage

Function configurationEditor has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  configurationEditor({entry}) {
    const locale = entry.metadata.get('locale');
    this.tab('general', function() {
      this.input('targetValue', NumberInputView, {locale});
      this.input('decimalPlaces', SelectInputView, {
Severity: Minor
Found in entry_types/scrolled/package/src/contentElements/counter/editor.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status