how to make social posts have wysiwig field

Created on 18 July 2023, 12 months ago
Updated 17 August 2023, 11 months ago

Problem/Motivation

I need my posts to allow wysiwig editing. Tried changing the field type, adding formating. cant figure out to get the wysiwig editor to come up . it comes up for other types of content on this site.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ’¬ Support request
Status

Active

Version

11.4

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States dianacastillo Miami

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @dianacastillo
  • πŸ‡ΊπŸ‡ΈUnited States dianacastillo Miami

    i got some information from the open social slack channel :
    https://github.com/goalgorilla/open_social/pull/3015
    We have attempted this however we have some fundamental issues with it before it could hit the distribution; See: https://github.com/goalgorilla/open_social/pull/3015#issuecomment-166184...
    However the changes in the pull request might give you an idea on what it takes to get it working.
    #3015 Internal: Create a new format Simple HTML and enable it for Posts
    goalgorilla/open_social | Jun 29th, 2022 | Added by GitHub
    Comment on #3015 Internal: Create a new format Simple HTML and enable it for Posts
    goalgorilla/open_social | Aug 2nd | Added by GitHub

  • πŸ‡ΊπŸ‡ΈUnited States dianacastillo Miami

    i found if i modify this line : // Allowed formats.
    $allowed_format = 'simple_text'; in social_editor.module to $allowed_format = 'restricted_html' and also make sure the restricted html format has a ckeditor configured to it, i get a wysiwig not only on posts but on comments as well.

Production build 0.69.0 2024