- Issue created by @nathanhealea
- π¬π§United Kingdom scott_euser
It should look like the screenshot on the homepage, is it possible you deleted the text format that's in the config/install folder of the module perhaps?
Assuming that config is missing, I guess you could copy paste that config to re-import it - I believe the config sync ui has an option for that. Otherwise a drush config:import - -partial pointing to that folder might work. Or even you could copy that file into your config/sync dir in your project (wherever you are exporting it to) and run a config import to get it back.
- πΊπΈUnited States nathanhealea
@scoot_euser,
What config/install are you referencing to. Is there one in the footnote module that was delete? I looked at the module in my conrib directory and id not see and config/install directory.
- π¬π§United Kingdom scott_euser
You can find it here in gitlab too https://git.drupalcode.org/project/footnotes/-/tree/4.0.x/config/install... - this is the one I meant
- Status changed to Fixed
7 months ago 7:19pm 16 April 2024 - π¬π§United Kingdom scott_euser
Feel free to re-open if you have any further questions
- πΊπΈUnited States nathanhealea
@scott_euser,
I was able to resolve the issue by uninstall the reinstall the footnote module.
Thanks for the assistances.
Automatically closed - issue fixed for 2 weeks with no activity.
- πΊπΈUnited States snowmountain
I found the config/install directory missing also.
Then after looking for it with the git link from comment #4 (https://git.drupalcode.org/project/footnotes/-/tree/4.0.x/config/install...)
that config/install directory was missing there also.In the dropdown, to select a text format, there are no options to select. However, there are text formats configured for ckeditor under config - content authoring - text formats.
Trying to add a footnote results in loosing the text format for the entire node edit form.
I am using
footnotes dev-4.0.x e73cf2c
Drupal version : 10.3.6 - πΊπΈUnited States kerasai
I found these in the optional config directory https://git.drupalcode.org/project/footnotes/-/tree/4.0.x/config/optional.
Not sure why they didn't install for me, perhaps something unexpected with my update path?
Anyhow, I was able to import them by copying them into my config sync directory and importing config. Alternatively, you should be able to import this using the core configuration sync UI by first importing the filter, then the editor.