Jump to content

publish version with description on multiple lines


Remus Avram

Recommended Posts

  • 4 weeks later...
On 8/23/2018 at 4:02 PM, Remus Avram said:

Hi,

how can I publish a version with a description on multiple lines via ftrack api?

I tried:


description = "Test \n test"

But in the Ftrack Web interface is displaying: "Test test"

Cheers,

Remus

 

Have you tried double symbol for new line? The web interface text fields don't create a new line after single "Enter" but after double. Try this:

description = "Test \n\n test"

 

Link to comment
Share on other sites

  • 1 month later...
  • 9 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...