All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.deepamehta.iconpicker.migrations.Migration1 Maven / Gradle / Ivy

There is a newer version: 4.9.2
Show newest version
package de.deepamehta.iconpicker.migrations;

import de.deepamehta.core.service.Migration;



public class Migration1 extends Migration {

    @Override
    public void run() {
        setTopicTypeViewConfigValue("dm4.webclient.icon", "simple_renderer_uri", "dm4.iconpicker.icon_renderer");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy