Copied to clipboard

Flag this post as spam?

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


  • Jeric 122 posts 192 karma points
    Mar 16, 2015 @ 16:38
    Jeric
    0

    Custom Property Setting

    Amazing package,

    I have a quick question, when we add in a new property and have selected custom from the Type (image below).

    Was wondering if there's a way to pick a Data Type that we already have (Eg a dropdown data type).

    Or what should be inserted into the Config field if I would like to render some default values of a dropdown?

    Thanks

  • Antoine 176 posts 1494 karma points
    Mar 16, 2015 @ 22:24
    Antoine
    100

    Hello Jeric, 

    Yes, you can use any property editors' views, in your case: /umbraco/Views/propertyeditors/dropdown/dropdown.html

    You just have to define the right parameters in the config field:

    {
        "items": [
            "Blue",
            "Red",
            "Green"
        ]
    }
  • Jeric 122 posts 192 karma points
    Mar 18, 2015 @ 11:09
    Jeric
    0

    Hey Antoine,

    Dropdown seems to be working sweet.

    Was wondering if there's a way to use any MultiUrlPicker as a custom type too.

    I've tried the "relatedLinks" but's it's rather too long for the panel

    Thanks

  • Antoine 176 posts 1494 karma points
    Mar 18, 2015 @ 14:16
    Antoine
    1

    Hi Jeric Yuen, 

    Maybe you can try to create you own view for the "relatedLinks" with your own markup but still using the Umbraco native controller: Umbraco.PropertyEditors.RelatedLinksController

  • Jeric 122 posts 192 karma points
    Mar 18, 2015 @ 14:49
    Jeric
    0

    Yup done that. Managed to get it working this morning. Cheers Antoine

  • Anton Oosthuizen 206 posts 486 karma points
    Mar 19, 2015 @ 22:25
    Anton Oosthuizen
    0

    Hi All

    What should my view and config be if I want to include the uSky.Slider

    I've tried /App_Plugins/Lecoati.uSky.Slider/uSky.Slider.html

    How do I ascertain the config part?

    Thanks

  • Anton Oosthuizen 206 posts 486 karma points
    Mar 19, 2015 @ 22:31
    Anton Oosthuizen
    0

    Hi Sorry I meant to say /App_Plugins/Lecoati.uSky.Slider/uSky.Slider.html

  • antao 81 posts 371 karma points
    Mar 20, 2015 @ 15:46
    antao
    0

    Hi all,

    Is it possible to add the richtext editor as well as a custom one? Thanks

  • antao 81 posts 371 karma points
    Mar 20, 2015 @ 15:48
    antao
    0

    Just saw it on the other thread now. Antoine do you have any idea when you will release it? Thanks

  • Antoine 176 posts 1494 karma points
    Mar 20, 2015 @ 15:49
    Antoine
    1

    I released it this morning :) check LeBlender 0.9.15

  • antao 81 posts 371 karma points
    Mar 20, 2015 @ 16:00
    antao
    0

    Thanks a million Antoine.

  • Antoine 176 posts 1494 karma points
    Mar 20, 2015 @ 17:38
    Antoine
    0

    Your Welcome, I hope that LeBlender will be useful for you !! A lot of new features are coming :)

Please Sign in or register to post replies

Write your reply to:

Draft