Skip to content
Commit f6039629 authored by Robert Lyon's avatar Robert Lyon
Browse files

Bug 1978425: External -> Plugins page to show title / version



- Currently also displaying the old plugin string to help with title
diagnosis

- To change the title on a blocktype you need to add the
'get_plugin_display_name' function to the blocktype,

eg for watchlist you need to add

    public static function get_plugin_display_name() {
        return get_string('pluginname', 'blocktype.watchlist');
    }

Inside the PluginBlocktypeWatchlist class

Change-Id: I33ea544d6cfee22b2e7fecb7fa99a485aea6a8f2
Signed-off-by: default avatarRobert Lyon <robertl@catalyst.net.nz>
parent 84922914
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment