Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 53... Línea 53...
53
                "title": "My Story",
53
                "title": "My Story",
54
                "description": "This is a story about my cats.",
54
                "description": "This is a story about my cats.",
55
                "permalink": "https://www.example.com/my-cat-story.html",
55
                "permalink": "https://www.example.com/my-cat-story.html",
56
                "datepublished": "12 January 2016, 9:12 pm"
56
                "datepublished": "12 January 2016, 9:12 pm"
57
            }
57
            }
58
        ]
58
        ],
-
 
59
        "channellink": "https://www.example.com"
59
    }
60
    }
60
}}
61
}}
61
{{$image}}
62
{{$image}}
62
    {{#image}}
63
    {{#image}}
63
        {{> block_rss_client/channel_image}}
64
        {{> block_rss_client/channel_image}}
Línea 75... Línea 76...
75
        {{#items}}
76
        {{#items}}
76
            {{> block_rss_client/item}}
77
            {{> block_rss_client/item}}
77
        {{/items}}
78
        {{/items}}
78
    </ul>
79
    </ul>
79
{{/items}}
80
{{/items}}
-
 
81
 
-
 
82
{{#channellink}}
-
 
83
    <div class="pb-3 text-end">
-
 
84
        <a href="{{{channellink}}}" rel="noopener noreferrer" target="_blank">{{#str}} clientchannellink, block_rss_client {{/str}}</a>
-
 
85
    </div>
-
 
86
{{/channellink}}