Sync your WordPress posts to standard.site records on your PDS
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix reset confirm dialog

+2
+2
assets/js/settings.js
··· 9 9 10 10 function toggleCustomField(selectId, fieldId, currentValueId) { 11 11 var select = document.getElementById(selectId); 12 + if (!select) return; 12 13 var field = document.getElementById(fieldId); 13 14 var currentValue = document.getElementById(currentValueId); 14 15 var previewText = currentValue ··· 41 42 42 43 function initIconField() { 43 44 var select = document.getElementById("wireservice_pub_icon_source"); 45 + if (!select) return; 44 46 var customField = document.getElementById( 45 47 "wireservice-pub-custom-icon-field" 46 48 );