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
This should change the formatting of the snippet based on the language the user set. Each asset has an associated language stored on it that is automatically generated when a snippet is created. In order to adjust that language classification a button will need to be pressed after a selection is made from a set number of classification options.
Hey @Arindam200 , @shivay-at-pieces , can I please grab this issue?
If yes, can we use Tailwind CSS in this and implement it in rest of the code base slowly/iteratively, I analysed the codebase and I suggest, its good to add tailwind for CSS. I can implement Tailwind CSS Comboboxes for this issue.
This should change the formatting of the snippet based on the language the user set. Each asset has an associated language stored on it that is automatically generated when a snippet is created. In order to adjust that language classification a button will need to be pressed after a selection is made from a set number of classification options.
We will need a few things:
Pieces.ClassificationSpecificEnum
Pieces.AssetApi().assetReclassify
Here is a light example of the reclassify functionality where
Asset
is the fullPieces.Asset
that you would like to reclassify:The text was updated successfully, but these errors were encountered: