Jump to content

JohnathonZemlak

Friends
  • Posts

    0
  • Joined

  • Last visited

Reputation Activity

  1. Agree
    JohnathonZemlak reacted to Bogusz Pękalski in 404 on REST API /api/core/hello   
    Hi,
    I'm playing around with REST API (selfhosted).
    When accessing /api it works.
    /api

    but when I try to use e.g. /api/core/hello (or any other) I get 404.

    Do you know what can be wrong?
  2. Like
    JohnathonZemlak reacted to 13. in Configure CKEditor to allow attributes   
    This could be achieved with super-simple hook. ... parent::_htmlPurifierModifyHtmlDefinition($def); $def->addAttribute( 'a', 'name', 'Text' ); ... Keep in mind what name attribute is deprecated and not a part of HTML5, so it would be better to use something like data- attribute and then in JS on client side make an id attributes from it's values after checking that these IDs will not conflict with existing IDs.


    I did it some time ago for my communities, here is a live example.
  3. Like
    JohnathonZemlak reacted to Matt in Video Gallery: Compression, Thumbnails & Player   
    It's on our RADAR. Video is pretty tricky though. We'd need a 3rd party service to transcode the video and stream it at the right resolution for the current device. This would come at a cost of course.
×
×
  • Create New...