Hello everyone,
I am developing an Editor Extension to import GitLab Issues as Lucid Cards. My goal is to automatically apply a specific set of conditional formatting rules to each card upon import.
While I can add these rules manually through the Lucid UI after the cards are created, I want to automate this process to ensure consistency for all imported cards.
In the documentation, I found an example of how to achieve this using a LucidCardIntegrationCustomImportModal
. However, my extension uses a LucidCardIntegrationStandardImportModal
.
https://lucid.readme.io/docs/data-visualization#adding-conditional-formatting-rules
My questions are:
-
Is it possible to programmatically add conditional formatting rules to cards when using a
LucidCardIntegrationStandardImportModal
? -
If so, where can I find the documentation that details the structure and syntax for defining these conditional formatting rules in code?
Thank you for your help!