Class PreviewableView.Attributes

java.lang.Object
com.broadleafcommerce.metadata.dsl.core.extension.views.PreviewableView.Attributes
Enclosing interface:
PreviewableView<V extends PreviewableView<V>>

public static final class PreviewableView.Attributes extends Object
  • Field Details

    • PREVIEW_PATH_TEMPLATE

      public static final String PREVIEW_PATH_TEMPLATE
      Used along with Trackable.sandboxTrackable(String) to specify the path template used when building the URL to redirect an admin user to when they preview sandbox data.

      Supports a template URL path, for example: "/products/${id}"

      See Also: