TagTemplatePaths
public struct TagTemplatePaths
Configuration for template paths used when rendering tags.
-
Path to template for Quill WYSIWYG field.
Declaration
Swift
public let wysiwygField: String -
Create a new TagTemplatePaths configuration value.
Declaration
Swift
public init(wysiwygField: String = "AdminPanel/Submissions/Fields/quill-wysiwyg")Parameters
wysiwygFieldpath to template for Quill WYSIWYG field.
TagTemplatePaths Structure Reference