Dear all,
is there a way to display image attributions with the accodion component ?
I've tried:
{
"title": "Neural Networks",
"body": "This is display text 3.",
"_graphic": {
"src": "course/en/images/FeedForward_NN.jpg",
"alt": "A 3 layer Feed-Forward Neural Network.",
"attribution": "fdecomite via Flick, CC BY 2.0"
}
using v2.0 of the framework. The code compiles without errors, albeit without any attribution visible either...
Many thanks
Ulrich