Problem/Motivation

I just reviewed the trait code and I think for best practice trait implementation VidstackPlayerFormatterTrait::getSharedSettings() should be called ::settingsForm() and same for ::getSharedDefaultSettings?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

anybody created an issue. See original summary.

grevil’s picture

Assigned: grevil » Unassigned
Status: Active » Closed (works as designed)

The problem is, that the settings are not the same for both Formatters. Meaning we would need to rename the "settingsForm" method on import for one of them anyway.
We should leave it as is.