You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assumes I'm using an IDE. Simple popular code editors like Sublime, Notepadd++, BBEdit, etc don't have autocomplete functionality. Additionally, another assumption is I'm developing locally (required for IDE/autocomplete), which I'm not; I develop remotely through ssh to the webserver hosting the php code.
Describe the bug
Not all page properties have a static create function. The example in the documentation shows usage of ::create() to make each page property.
https://mario.engineering/notion-sdk-php/page-properties/
RichText, for example, has no static create function.
Expected behavior
It is expected that the code follows the documentation examples for all page property types
The text was updated successfully, but these errors were encountered: