-
install plugin
yarn add growi-plugin-boilerplate
-
build client app (see official documents)
A simple example to implement custom tag that parse $foo()
syntax and render a Foo React component.
$foo(range=1:10)
range
: Dummy option for parsing range type option
An example to implement custom tag that parse $bar()
syntax and render a Bar React component.
The Bar
component retrieves the username of the author of the current page.
$bar()
(nothing)