# Modify

Here, you have the ability to customize your module, offering a wide array of options at your disposal. These options are conveniently categorized into various sections, including "Website Properties" for fine-tuning the module's appearance and behavior, "Advanced Options" for advanced settings, "Table Schema" for managing the data structure, and "API Info" for integration purposes. Feel free to explore these sections and tailor your module to meet your specific needs.

Modify Module

Name Description
Name Modify the module name.
Type Assign news, events, blog, photos, landing page, file map, or custom module type using the dropdown menu.
You can find more information about module types in Modules.
Upload Form Choose this option if you want to upload the form from your computer.
Edit Form Choose this option if you want to edit the form code.
Display/Hide Columns Use this option to show or hide columns in the module’s table. To do this, simply use the arrows between the fields to move them into the desired columns.

# Website Properties

Map your module to the front end and to categories, and manage your images settings.

Website Properties

Name Description
Detail Page Template Select the page template (stml) you'd like to use to show the details of your entry.
Detail Folder Location Select the base folder (under www) where your detail page is.
Datatable Category Group Select the category group you'd like to associate with your calendar.
Tag Template Select the page template (stml) you wish to use as a template for tags.
Social Media Image Select the field name of the image you would like to use for social media sharing.
Force Dimension for Uploaded Photos Ensure precise image dimensions for your website by specifying the width in pixels.
Create Thumbnail for Uploaded Photos Create thumbnails for the images utilized in your module by specifying the desired width in pixels.

# Table Schema

Manage your database table schema by adding or removing fields. The schema defines your module's data structure, including what information can be stored and how it's organized. Choose appropriate field types to optimize storage and stay within database limits.

Table Schema

Name Description
Name The database field/column name. Use descriptive names: single words (name, email, message) or multiple words separated by underscores (first_name, zip_code, department_name). No spaces allowed or dashes.
Type Defines how data is stored and processed.
Length Maximum characters or digits allowed. Use the smallest length that fits your data.
Allow Null Check to allow empty values; uncheck to make the field required.
Default Value automatically assigned to new records. Leave blank if not needed.
+/- Add (+) or remove (-) columns from the schema.

# API Info

Connect to your Calendar via API. This section provides:

  • The API endpoint URL for making requests
  • Authentication header format (use your API key)
  • Complete list of available fields and their data types

Use this information to integrate with external applications, automate data entry, or build custom solutions. For detailed information, visit the API section.

API section to connect.

module-overview8

# Advanced Options

Manage or personalize your module, add custom code, export or delete your module, and more. For more information, click here.