codevise/pageflow

View on GitHub
package/src/editor/views/PageLinkConfigurationEditorView.js

Summary

Maintainability
A
0 mins
Test Coverage
import {ConfigurationEditorView} from 'pageflow/ui';

export const PageLinkConfigurationEditorView = ConfigurationEditorView.extend({
  configure: function() {
    this.tab('general', function() {
      this.group('page_link');
    });
  }
});