Advanced Content Manager for Magento 2

Field types

  • Text:

    • Field
      A simple field for short text or sentence.
      You can limit the characters (let empty or 0 for no limitation) and set a default value.

    • Area
      A text area for short or long description.
      You can limit the characters (let empty or 0 for no limitation) and set a default value.
      You can activate the WYSIWYG option.

    • Password
      This field is available to set a password. There is no option for this kind of field.

    • Integer
      Text input field with number validation. If input value contains symbols different from digits an error message will be generated.
      You can limit the characters (let empty or 0 for no limitation) and set a default value.

  • File:

    • File
      This field purpose is to let you upload a file (e.g: pdf, zip, etc.)
      You can limit the file formats available.
      Files will be stored by default in the folder pub/media/contentmanager/content
      You can set a subfolder dedicated to your field.

    • Image
      This field is for uploading image files.
      You can set :

      • File Path: where your file will be stored under pub/media/contentmanager/content/[your File Path]

      • Compatible File Extensions: authorized file type

      • Maximum Image Size: Width and Height (see below for details about sizes)

      • Enable crop tool: activate the tool to let admin edit the image, resize and change the frame

      • Keep Aspect Ratio: if checked, when resizing graphics, maintains the aspect ratio to avoid stretching the graphic out of proportion.

      • Additional attributes: allow user to fill Alt, Title and URL attributes of the image.

  • Select:
    When you select any “select” field, you need to add values.
    Click “Add New Row” to add values.
    Options are:

    • Title: label of the option

    • Value: value of the option. If not set, the label will be used.

    • Default: set if the option is selected by default or not


    • Drop-down
      Generate a drop down list (single select).

    • Radio-Buttons
      Generate a radio buttons list (single select).

    • Checkbox
      Generate a checkbox list (multi select).

    • Multi Select
      Generate a multi select list.

  • Date:

    • Date

    • Date and Time

  • Relation:
    These fields allow you to add relation capabilities in your contents, such as relation between contents, content and products, content and categories, content products attributes.
    To know more about how to take advantage of that amazing feature, check out Relations in code documentation.

    • Product
      Add the ability to set a relation between content and selected products.
      No options.

    • Category
      Add the ability to set a relation between content and selected categories.
      No options.

    • Content
      Add the ability to set a relation between content and selected contents from Advanced Content Manager.
      You have to set which Content Type is available.
      (for example, if you set a Content Type “blog”, you could make a relation with the Content Type “Author”)

    • Attribute
      This option allows you to set a relation between your Content Type and a product attribute.
      You have to select which attribute will be used.
      You can choose to set the list to a single or multi select list.