Image and Text Resources

Text resource and Image resource tables are system tables, if you want to know more about, please check the System Tables documentation.

MakerMike has dedicated tables where you can store one-off images and text resources to use them in any table via reference or through a special feature.

Text resource

Columns

Name

Your text resource name, this field is used in other tables special features such as Page and Portlet to identify the resource.

Text

Store any text to use it in any other table, the text column has the column type mediumtext, check more about in the column types documentation.

Image resource

The Image resource table allows you to upload images with different file extensions to use them in any table via reference to the table or through special features of other tables such as Page and Portlet.

Columns

Name

Your image resource name, this field is used in other tables special features such as Page and Portlet to identify the resource.

Image

Supported image extensions are:

  • png
  • jpg
  • jpeg
  • gif
  • svg

This column is file type, if you want to check details like maximum file size check the documentation about column types

Resources availability

Image and text resources are currently available in the following system tables:

  • Service: Through queries.
  • Portlet: Drop downs are available for the pre, tween, template and post columns, you can access to the resources in these fields depending on which renderer type you choose check the documentation about MakerMike renderer and Jinja2 Renderer, resources can be accessed by queries in Portlet too.
  • Page: A drop down is available for the html column where you can insert MakerMike tags and reference the resources with MakerMike renderer.

Image and text resources are available by any other table via reference to table column type, you can check more about in the documentation about column types

Top