All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.prismic.Prismic.scala Maven / Gradle / Ivy

The newest version!
package io.prismic

object Prismic {

  /**
   * Name of the cookie that prismic will use to store information about the
   * content currently in preview (only for writers)
   */
  val previewCookie = "io.prismic.preview"

  /**
   * Name of the cookie that prismic will use to store the current
   * experiment variation index.
   */
  val experimentsCookie = "io.prismic.experiment"

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy