Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClientSidePage/Translations is undocumented #629

Open
nils-a opened this issue Feb 1, 2024 · 0 comments
Open

ClientSidePage/Translations is undocumented #629

nils-a opened this issue Feb 1, 2024 · 0 comments

Comments

@nils-a
Copy link

nils-a commented Feb 1, 2024

It seems that pnp:ClientSidePage has an optional pnp:Translations child in the schema:

<xsd:element name="Translations" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:appinfo>Added with schema version 201909</xsd:appinfo>
<xsd:documentation xml:lang="en">
Defines a list of translated pages for the current Client Side Page, optional element.
</xsd:documentation>
</xsd:annotation>

Which is totally undocumented in the corresponding markdown.

Additionally, while pnp:TranslatedClientSidePage is somewhat documented, it seems it is not a child of anything (at least not in the documentation):

### TranslatedClientSidePage
```xml
<pnp:TranslatedClientSidePage
LCID="xsd:int"
PageName="xsd:string">
</pnp:TranslatedClientSidePage>
```
Here follow the available attributes for the TranslatedClientSidePage element.
Attibute|Type|Description|Required|Default
--------|----|-----------|--------|-------
LCID|xsd:int|The Locale ID of a Localization Language, optional attribute.|No|
PageName|xsd:string|Defines the page name for a single ClientSidePage, optional attribute.|No|

@nils-a nils-a changed the title pnp:ClientSidePage/Translations is undocumented ClientSidePage/Translations is undocumented Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants