d8-contrib-modules / addthis

Port AddThis to D8
GNU General Public License v2.0
3 stars 13 forks source link

Investigate using Partial Form/Traits for shared forms. #35

Closed doylejd closed 9 years ago

doylejd commented 9 years ago

Currently we are using a helper method in the AddThis.php class to provide the form elements for the AddThisBasicButton and AddThisBasicToolbox config options which are shared between formatter and block.

After talking to Kris yesterday, he suggested we take a look at a partial form or traits. He mentioned the form could be problematic because of how it gets pulled in and the fact we only need partial form elements that will be shared.