CKEditor5.Cloud (ckeditor5 v0.2.0)
View SourceRepresents the Cloud configuration for a CKEditor 5 preset.
Summary
Functions
Builds a Cloud struct with default values, allowing for overrides.
Returns default values for Cloud configuration.
Merges the current Cloud configuration with the provided overrides.
Parses a map into a Cloud struct. Returns {:ok, %Cloud{}} if valid, {:error, reason} if invalid.
Parses a map into a Cloud struct. Returns %Cloud{} if valid, raises an error if invalid.
Defines the schema for a raw Cloud configuration map.
Types
Functions
Builds a Cloud struct with default values, allowing for overrides.
Returns default values for Cloud configuration.
Merges the current Cloud configuration with the provided overrides.
Parses a map into a Cloud struct. Returns {:ok, %Cloud{}} if valid, {:error, reason} if invalid.
Parses a map into a Cloud struct. Returns %Cloud{} if valid, raises an error if invalid.
Defines the schema for a raw Cloud configuration map.