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
The goal is to be able to use Markdown for the static part of your application and Python for the dynamic part. A user for example, wanted to change the list of buttons on the application depending on external events.
A possible solution
It is possible now to create a partial with the Python API but not possible to update the content with a Python object page/part.
Acceptance Criteria
Ensure new code is unit tested, and check code coverage is at least 90%
Propagate any change on the demos and run all of them to ensure there is no breaking change
Ensure any change is well documented
The text was updated successfully, but these errors were encountered:
Description
The goal is to be able to use Markdown for the static part of your application and Python for the dynamic part. A user for example, wanted to change the list of buttons on the application depending on external events.
A possible solution
It is possible now to create a partial with the Python API but not possible to update the content with a Python object page/part.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: