AryanGupta
(Aryan Gupta)
1
i am trying to create extensions but i don’t know how to create block like this.
here the block

i want to create block like this
FahadAhmad
(Fahad Ahmad)
2
You should learn Java first as extensions are built in Java.
Learn how to create extensions from the following topics:
3 Likes
Silver
(Silver SY)
3
@AryanGupta
@SimpleFunction(description ="")
public void ClearTag(String tag){
}
3 Likes