d8-contrib-modules / addthis

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

Revise AddThisBlock implementation to take advantage of D8 Plugins #3

Closed doylejd closed 9 years ago

doylejd commented 9 years ago

D7 version of AddThis implemented a block that allowed users to chose a field formatter to render it. The block used the default field settings to control the rendering.

D8 implements blocks as plugins which gives more flexibility in its configuration. It would allow for more flexibility if we allow the block to be fully configurable instead of depending on a field formatter for the configuration and rendering.

@TODO

doylejd commented 9 years ago

PR for this is up here: https://github.com/d8-contrib-modules/addthis/pull/12