How to create block like this?

i am trying to create extensions but i don’t know how to create block like this.
here the block
component_method
i want to create block like this

You should learn Java first as extensions are built in Java.
Learn how to create extensions from the following topics:

3 Likes

@AryanGupta

@SimpleFunction(description ="")
public void ClearTag(String tag){

}
3 Likes