1. I am using waline, I found that some issues exist as the `requiredMeta` and `placeholder` parameters do not seem to take effect. 2. Are the parameters correct? hugo-theme-stack-starter/config/_default/params.toml: ``` requiredMeta = ["name", "email", "url"] ``` https://github.com/CaiJimmy/hugo-theme-stack/pull/811: ``` requiredMeta: - nick - mail ``` 3. At the same time, there is no documentation explaining the meaning of the parameters.