Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • lori ryan 239 posts 573 karma points
    Aug 13, 2021 @ 09:10
    lori ryan
    0

    Umbraco version 8.15.1 and doctypegrideditor

    Hi Ive just installed Umbraco version 8.15.1 and doctypegrideditor however when I go to my grid none of the base editors are visible.

    enter image description here

    They are there in the grid.editors

     {
            "name": "Rich text editor",
            "alias": "rte",
            "view": "rte",
            "icon": "icon-article"
        },
        {
            "name": "Image",
            "nameTemplate": "{{ value && value.udi ? (value.udi | ncNodeName) : '' }}",
            "alias": "media",
            "view": "media",
            "icon": "icon-picture"
        },
        {
            "name": "Macro",
            "nameTemplate": "{{ value && value.macroAlias ? value.macroAlias : '' }}",
            "alias": "macro",
            "view": "macro",
            "icon": "icon-settings-alt"
        },
        {
            "name": "Embed",
            "alias": "embed",
            "view": "embed",
            "icon": "icon-movie-alt"
        },
        {
            "name": "Headline",
            "nameTemplate": "{{ value }}",
            "alias": "headline",
            "view": "textstring",
            "icon": "icon-coin",
            "config": {
                "style": "font-size: 36px; line-height: 45px; font-weight: bold",
                "markup": "<h1>#value#</h1>"
            }
        },
    
Please Sign in or register to post replies

Write your reply to:

Draft