solidusio-contrib / solidus_content

BSD 3-Clause "New" or "Revised" License
8 stars 9 forks source link

Add Entry.data_for(type, slug) #29

Closed peterberkenbosch closed 4 years ago

peterberkenbosch commented 4 years ago

Introduces the Entry.data_for method. It takes a EntryType name and the Entry slug.

Fixes #23