在组设置 API 中,"customFooterText" 应该做什么?
In group settings API, what is "customFooterText" supposed to do?
我想弄清楚 https://www.googleapis.com/groups/v1/groups/groupUniqueId 中的 属性 "customFooterText" 的作用。
文档说
Set the content of custom footer text. [..]
所以我玩弄了它(结合真正的 "includeCustomFooter"。我还在管理面板中尝试了目录范围页脚的不同状态)因为我有一个为设置不同页脚的用例不同的组,但它似乎没有做任何事情。
任何输入将不胜感激。
是的。基于 documentation, customFooterText
is used to set the content of custom footer text. The maximum number of characters is 1000. You may check this link 如何在您的代码中使用它。
{
...
"includeCustomFooter": string,
"customFooterText": string,
...
}
您也可以参考这个相关主题:
- Title footer for Group in Setting bundle
我想弄清楚 https://www.googleapis.com/groups/v1/groups/groupUniqueId 中的 属性 "customFooterText" 的作用。
文档说
Set the content of custom footer text. [..]
所以我玩弄了它(结合真正的 "includeCustomFooter"。我还在管理面板中尝试了目录范围页脚的不同状态)因为我有一个为设置不同页脚的用例不同的组,但它似乎没有做任何事情。
任何输入将不胜感激。
是的。基于 documentation, customFooterText
is used to set the content of custom footer text. The maximum number of characters is 1000. You may check this link 如何在您的代码中使用它。
{
...
"includeCustomFooter": string,
"customFooterText": string,
...
}
您也可以参考这个相关主题:
- Title footer for Group in Setting bundle